Releases: SeasideSt/Grease
Releases · SeasideSt/Grease
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