Releases: pharo-vcs/tonel
Releases · pharo-vcs/tonel
v1.1.0
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
- Proper categorization of methods
- Clean up and condensing of methods.
Version v1.0.18
- Adding tag to the metadata of Iceberg
Version 1.0.17
Fixing the saving of class side traits compositions in traits
Version 1.0.16
- 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
- Removing the dependency to #withSqueakLineEndings
- Adding a compatibility package for Pharo 6/7
Version 1.0.14
Bugfixes
Issue #76: Tonel-breaks-with-dots-after-selector