Skip to content

Releases: ba-st/Buoy

v4.0.0

17 Apr 21:31
84a81fd
Compare
Choose a tag to compare

Changes

  • Migrated repository to Tonel file format
  • Improved code coverage

Breaking Changes

  • Supported Pharo versions only includes the ones with Tonel support: 6.1 and 7.0

v3.1.0

26 Mar 15:30
e767b85
Compare
Choose a tag to compare

Changes

  • #22 Implemented Optional>>return: to allow a single optional transformation
  • Mark as expected build failures on Pharo 7 because it's current alpha state
  • #24 Added Travis CI support to deploy the image and changes files, so it can be easily downloaded in the release

v3.0.0

18 Jan 21:43
48201b8
Compare
Choose a tag to compare

Breaking changes

  • Ditched Pharo 4 Support

New Features

v2.2.1

06 Jul 12:07
Compare
Choose a tag to compare

Changes

  • Add Pharo 7 to build matrix
  • Minor documentation updates

v2.2.0

27 Apr 18:04
Compare
Choose a tag to compare

General Changes

  • Re-estructured some packages

Metaprogramming

  • Add some metaprogramming facilities to send messages matching selectors of the receiver

v2.1.0

28 Mar 10:50
Compare
Choose a tag to compare

Collections

Enhacements

  • CicularIterator: Improved API & updated documentation

v2.0.0

22 Mar 13:51
Compare
Choose a tag to compare

Collections

New Features

  • CicularIterator

Backward incompatible changes

  • Removed Holder/UnusedHolder (Use Optional or Binding)

v1.2.0

20 Mar 12:00
Compare
Choose a tag to compare

Optionals & Bindings

New Features

  • Optional
  • Binding

Remarks

This will be the last 1.x release with new features. The next one will remove Holder and the related stuff, so It will have some breaking changes.

v1.1.0

13 Feb 21:02
Compare
Choose a tag to compare

Basic Math Support

  • Percentages
  • Per Mille

v1.0.0

04 Feb 23:51
Compare
Choose a tag to compare

Assertions Library