Releases: SeasideSt/Grease
Releases · SeasideSt/Grease
1.4.3
- Baseline loading support for Pharo8 (thanks @noha) and GemStone 3.5 & 3.6 (thanks @dalehenrich)
- Cleaned up packages belonging to unsupported platforms from the repository
1.4.2
- Dropped support for Pharo 3 (or earlier): see #73
- Fix
GRSmallDictionary2>>removeKey:
: see #81
1.4.1
All supported encoding names in TextConverter
are now considered by GRCodec
on Pharo and Squeak platforms
1.3.5
- Pharo 7.0 compatibility
- Not loadable in Pharo3 and 4 because of metadataless package for Pharo7.
1.3.4
Only fixes loading on Squeak-trunk (aka Squeak 6) and Pharo-alpha (aka Pharo 7)
1.3.3
Fixes broken GRDynamicVariable
in GemStone 2.4
1.3.2
Fixes GRDynamicVariable in GemStone
1.3.1
- Added
GRDynamicVariable class>>defaultValue
to specify a default value for the dynamic variable.
- Removed Pharo 1.x and 2.x as well as Squeak 4.x from the baseline as we do no longer support them.
1.3.0
- Pharo6 compatible
GRDynamicVariable
to use DynamicVariable
implementation when available in the host platform.
- Preview implementations for
GRSmallDictionary
and GROrderedMultiMap
as GRSmallDictionary2
and GROrderedMultiMap2
- In Pharo, extensions to
Behavior
are now on TBehavior