Skip to content

Releases: SeasideSt/Grease

1.4.3

17 May 13:57
77ec7e7
Compare
Choose a tag to compare
  • 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

24 Jan 20:49
03a1a1f
Compare
Choose a tag to compare
  • Dropped support for Pharo 3 (or earlier): see #73
  • Fix GRSmallDictionary2>>removeKey:: see #81

1.4.1

15 Dec 10:43
21fab76
Compare
Choose a tag to compare

All supported encoding names in TextConverter are now considered by GRCodec on Pharo and Squeak platforms

1.4.0

24 Nov 12:06
Compare
Choose a tag to compare

1.3.5

20 Aug 13:37
Compare
Choose a tag to compare
  • Pharo 7.0 compatibility
  • Not loadable in Pharo3 and 4 because of metadataless package for Pharo7.

1.3.4

19 Nov 08:42
bcf6f5f
Compare
Choose a tag to compare

Only fixes loading on Squeak-trunk (aka Squeak 6) and Pharo-alpha (aka Pharo 7)

1.3.3

04 Oct 14:52
Compare
Choose a tag to compare

Fixes broken GRDynamicVariable in GemStone 2.4

1.3.2

09 Sep 10:06
Compare
Choose a tag to compare

Fixes GRDynamicVariable in GemStone

1.3.1

24 Jul 09:34
Compare
Choose a tag to compare
  • 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

26 May 14:05
Compare
Choose a tag to compare
  • 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