Releases: SeasideSt/Grease
Releases · SeasideSt/Grease
1.19.0
Breaking Changes
- Dropped support for Squeak 5.3
What's Changed
- Expanded the testcase for GRPlatform>>secureHashFor: by @jbrichau in #182
- Squeak fixes by @marschall in #185 and #188
- PackageManifest class added to Squeak by @marschall to fix #187
Full Changelog: v1.18.2...1.19.0
1.18.3
What's Changed
- Fix for GemStone: GsDevKit#33
- Pharo 13 in standard CI tests, Pharo 14 in experimental CI
Full Changelog: v1.18.2...v1.18.3
v1.18.2
What's Changed
- Improve Squeak 6 Support by @marschall in #181
- Support Pharo native Deprecation by @marschall in #180
Full Changelog: v1.18.1...v1.18.2
1.18.1
v1.18.0
What's Changed
- The Slime rules (code critiques) concerning cross-dialect portability are now moved to a separate package for Pharo 11 and later @jbrichau in #176
- Fix for issue #175 (GRPlatformTest>>supportsUnicode should be moved to the GRPlatform)
Full Changelog: v1.17.0...v1.18.0
v1.17.0
v1.16.0
What's Changed
The methods GRPlatform>>newTemporaryFileReference
and GRPlatform>>newTemporaryFileReferenceNamed:
were deprecated in favour of GRPlatform>>newTemporaryFile
and GRPlatform>>newTemporaryFileNamed:
which have been given an implementation in all supported platforms. The previous versions only existed in Pharo to support the (unreleased) streaming file upload requests in Seaside.
Full Changelog: v1.15.2...v1.16.0
v1.15.2
What's Changed
- GRAnsiCharacterRule: should only match character literals
Full Changelog: v1.15.1...v1.15.2