Skip to content

Releases: ba-st/Boardwalk

v7.0.0

29 May 19:04
731f808
Compare
Choose a tag to compare

What's Changed

  • Add Pharo 11 support by @gcotelli in #46
  • Update Seaside to v3.5

Full Changelog: v6.2.0...v7.0.0

v6.2.0

19 Apr 17:10
b4cdc28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.1...v6.2.0

v6.1.1

19 Apr 18:00
efbf748
Compare
Choose a tag to compare
  • Increase canvas id counter even if the assigner has already obtained an identifier, this will ensure the running counter for the canvas ids stays the same during refresh requests (F5)

v6.1.0

12 Mar 13:57
ddeced9
Compare
Choose a tag to compare

Changelog

  • PR #33 Added new support methods to test AJAX calls

v6.0.0

15 Jan 17:43
261dbed
Compare
Choose a tag to compare

Breaking Changes

  • PR #31 Improved protocol of IdentifierAssigner to handle application conditions.

v5.1.1

20 Jul 19:29
07d4115
Compare
Choose a tag to compare

Changelog

  • PR #25 Updated Buoy to v6
  • PR #24 Changed mime type of js files to application/javascript

v5.1.0

05 May 22:07
3d42b41
Compare
Choose a tag to compare

Changelog

  • Added applicationJavascript as a well known MIME type
  • Improved code generation when importing library resources to use the shorthands in MIME type creation and to send the message defaultCacheDuration instead of hardcoding the value in every resource method.
  • Change defaultCacheDuration to one year for subclasses of WADeploymentAwareFileMetadataLibrary because the contained files are immutable

v5.0.0

24 Apr 20:39
d529559
Compare
Choose a tag to compare

Changelog

  • PR #18 Added support for extended arithmetic comparisons in JS
  • PR #20
    • Added support for generating JS arrow functions
    • Added support to generating JS const declarations
    • Added a file deployer to ease static file deployment to CDNs WAFileMetadataLibraryDeployer
    • Replaced TravisCI/Coveralls with GitHub actions and CodeCov
    • Updated Seaside to v3.4.x

v4.1.0

09 Sep 19:29
55ca8bb
Compare
Choose a tag to compare

Changelog

  • Update Seaside dependencies to use v3.3.x symbolic version
  • Improved file deployment assertion, to show the file name when the hash don't match

v4.0.0

09 May 21:05
ba92f1a
Compare
Choose a tag to compare

Breaking Changes

  • Renamed WARenderingTest to BWRenderingTest to avoid conflicts with Seaside code.

Non Breaking Changes

  • Updated Seaside to v3.3.3