Skip to content

Releases: pharo-vcs/tonel

v1.1.0

22 Apr 13:31
2c82875
Compare
Choose a tag to compare

What's Changed

  • Update Tonel to not depend on the category API of RPackage by @jecisc in #110
  • Use class builder to build classes by @jecisc in #113
  • Remove the usage of MCClassTraitDefinition by @jecisc in #112
  • Use a test resource to compile less classes by @jecisc in #114
  • Fix bug with missmatch in case of package by @jecisc in #115
  • Move #isTraitDefinition to Pharo directly by @jecisc in #116
  • Simplify repository creation by @jecisc in #118
  • Do not rely on old class creation by @jecisc in #120
  • Remove usage of categories by @jecisc in #121
  • Fix #writeExtensionMethods:className: on TonelWriter to sort methods with the same selector consistently by @Rinzwind in #122

New Contributors

Full Changelog: v1.0.19...v1.1.0

Version v1.0.19

27 Feb 09:39
9629d2b
Compare
Choose a tag to compare
  • Proper categorization of methods
  • Clean up and condensing of methods.

Version v1.0.18

28 Nov 09:50
Compare
Choose a tag to compare
  • Adding tag to the metadata of Iceberg

Version 1.0.17

27 Mar 19:47
cea09ad
Compare
Choose a tag to compare

Fixing the saving of class side traits compositions in traits

Version 1.0.16

06 Mar 14:25
48a5d65
Compare
Choose a tag to compare
  • Fixing deprecation
  • Improving the handling of traits in the class side
  • Changing to run only in Pharo 7, 8 and 9

Version 1.0.15

28 Oct 09:44
6a71920
Compare
Choose a tag to compare
  • Removing the dependency to #withSqueakLineEndings
  • Adding a compatibility package for Pharo 6/7

Version 1.0.14

10 May 07:52
5176896
Compare
Choose a tag to compare

Bugfixes

Issue #76: Tonel-breaks-with-dots-after-selector

v1.0.13

17 Jan 13:59
bb233d2
Compare
Choose a tag to compare

Fix for #70

v1.0.12

08 Jan 15:20
d4c6161
Compare
Choose a tag to compare

v1.0.11

30 Nov 09:48
ba3884c
Compare
Choose a tag to compare

Issue #55