Skip to content

Releases: SeasideSt/Grease

1.12.3

04 Nov 11:56
3a4e4bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.2...v1.12.3

1.12.2

29 Jun 10:05
Compare
Choose a tag to compare

What's Changed

  • Added alternative name for 'cp-1252' codec that is 'cp1252' on Pharo

Full Changelog: v1.12.1...v1.12.2

1.12.1

29 Jun 08:22
Compare
Choose a tag to compare

What's Changed

  • Open debugger on Pharo11 fixed: #158

Full Changelog: v1.12.0...v1.12.1

1.12.0

04 Mar 14:55
6d08b16
Compare
Choose a tag to compare

What's Changed

  • Introduce greaseBeginsWith: and greaseEndsWith: by @jbrichau in #157
  • Code cleanup: no unnecessary tabs, space and final dots by @astares in #153
  • Add pharo 11 to baseline (also cleanup code critics on baseline) by @jbrichau in #155
  • Introduce code coverage by @jbrichau in #156

Full Changelog: v1.11.1...v1.12.0

1.11.1

13 Nov 15:57
2e0f80d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...1.11.1

1.11.0

26 Aug 13:47
3760bc7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.11.0

1.10.0

07 Aug 20:40
Compare
Choose a tag to compare

Changes:

  • Support for Seaside-Gettext and Zinc adaptor request streaming
  • Removed Pharo 6 support

1.9.0

09 Apr 13:35
aa57cee
Compare
Choose a tag to compare

Changes:

GRCodec in Pharo now uses the Zinc encoders for all codecs

1.8.1

20 Mar 10:55
Compare
Choose a tag to compare

Changes:

  • Pharo 10 package renamed from Grease-Pharo10-Core to Grease-Pharo100-Core to avoid confusion with Pharo 1.0
  • Pharo 10 compatibility: removed references to TextConverter
  • GemStone: added GsContext>>tempNamed for compatibility with Pharo 10

1.8.0

16 Jan 16:29
Compare
Choose a tag to compare

Changes:

#130: Use ZnUTF8Encoder instead of TextConverter in Pharo9+
#131: GRGemStoneRandomProvider class instvars mutex and generator are obsolete