Seaside Versions Save

The framework for developing sophisticated web applications in Smalltalk.

v3.5.7

1 month ago

What's Changed

This is a minor release with a caveat: if you are upgrading to this version in Pharo 11 or later and have the 'Slime' code critiques loaded, then you must load Grease v1.18.x or later first and make sure to load the 'Grease-Pharo110-Slime-Core' package instead of the (old) 'Grease-Pharo110-Slime' package. Otherwise, changes will show up in your git diff and the code critiques are broken. We keep it a minor release, since the issue is concerning development only and can easily be fixed by reloading if necessary.

Full Changelog: https://github.com/SeasideSt/Seaside/compare/v3.5.6...v3.5.7

v3.5.6

2 months ago

Highlighted Changes

Other Changes

Full Changelog: https://github.com/SeasideSt/Seaside/compare/v3.5.5...v3.5.6

v3.5.5

7 months ago

What's Changed

Full Changelog: https://github.com/SeasideSt/Seaside/compare/v3.5.4...v3.5.5

v3.5.4

8 months ago

#1372: Evaluate expression in WAPharoInspector failed in Pharo11 by @jbrichau #1373: Set correct version number in embedded seaside version declaration method by @jbrichau #1373: Fix Pharo class browser example in Pharo 12 by @jbrichau #1374: Deprecate tags and attributes that are no longer supported in html5 by @jbrichau #1325: E-tag support for WAFileLibrary by @marschall #1377: WAUrl parsing now allows ‘://’ to be included in the query part of the url (also see #1376) by @Rinzwind #1378: Fix WAFastCGIAdaptor doesn’t write cookie attributes ‘Max-Age’ and ‘SameSite’ (#1375) by @jbrichau, thx @Rinzwind

New Contributors

Full Changelog: https://github.com/SeasideSt/Seaside/compare/v3.5.3...v3.5.4

v3.5.3

10 months ago

What's Changed

Full Changelog: https://github.com/SeasideSt/Seaside/compare/v3.5.2...v3.5.3

v3.5.2

10 months ago

What's Changed

Full Changelog: https://github.com/SeasideSt/Seaside/compare/v3.5.1...3.5.2

v3.5.1

1 year ago

Highlighted Changes

#1349: Loading in Pharo 11 by @jbrichau #1344: WAServerManager support for subclasses to be defined as default by @eMaringolo #1356: Remote breakpoints no longer work in (upcoming) GemStone 3.7 (issue #1355) by @dalehenrich #1326: Remove unused method GRPlatform>>sourceFileEncoding by @jbrichau #1360: Mark JsJSONParser class as deprecated (it was already before, but not marked as such in Pharo) by @jbrichau #1359: Corrected the css of the Welcome application by @jbrichau #1351: Include test coverage on codecov by @jbrichau

Full Changelog: https://github.com/SeasideSt/Seaside/compare/v3.5.0...v3.5.1

v3.5.0

1 year ago

Highlighted Changes

What's Changed

Full Changelog: https://github.com/SeasideSt/Seaside/compare/v3.4.8...v3.5.0

v3.4.8

1 year ago

Changes

  • Fix for REST package in Squeak (see #1309 and #1313)
  • The Seaside-Gettext internationalization solution is no longer dependent on Gettext and works (again) in both Pharo and GemStone. (see #1305)
  • Requires Grease v1.10.x

v3.4.7

2 years ago

Changes

  • We reversed the dependency between Parasol and Seaside again. Seaside now loads Parasol automatically again when you load the tests. For more info https://github.com/SeasideSt/Seaside/pull/1298
  • #1239: Use ZnUTF8 encoder by default in Pharo 10, available as option in Pharo 9
  • #1304: Pharo 10 compatibility fixes (use Zinc encoders for all codecs, ...)
  • #1296: Fix test in upcoming GemStone 3.7 (thanks @martinmcclure)
  • #1297: Tests in the CI builds now use ZnSeasideNewGemServer instead of ZnSeasideGemServer
  • #1246: GemStone: seasideMimeDocument should be implemented in CharacterCollection (thanks @brunobuzzi)
  • #1303: Fixes rendering JS scripts using WABuilder (thanks @eMaringolo)
  • #1295 & #1293 Cleanups in source code (thanks @astares)