Skip to content

Commit

Permalink
reverse chronological order of changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
markburns committed Jul 2, 2024
1 parent 3fda704 commit 7318128
Showing 1 changed file with 20 additions and 25 deletions.
45 changes: 20 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,32 @@
## [Unreleased]

## [0.1.0-alpha.1] - 2023-12-16

- Initial release

## [0.2.0-alpha.1] - 2023-12-27
## [0.5.0] - 2024-01-01
- Add support for `SetA = Interactify { _1.a = 'a' }`, lambda and block class creation syntax
- Add support for organizing `organize A.organizing(B, C, D), E, F` contract syntax
- make definition errors raise optionally
- raise an error with unexpected keys in Interactify.if clause
- propagate caller_info through chains

- Added support for Interactify.promising syntax in organizers
## [0.4.1] - 2023-12-29
- Fix bug triggered when nesting each and if

## [0.3.0-alpha.1] - 2023-12-29
## [0.4.0] - 2023-12-29
- All internal restructuring/refactoring into domains.
- Add support for organize `self.if(:condition, then: A, else: B)` syntax
- change location of matchers to `require 'interactify/rspec_matchers/matchers'`

- Added support for `{if: :condition, then: A, else: B}` in organizers
## [0.3.0-RC1] - 2023-12-29
- Fixed to work with and make optional dependencies for sidekiq and railties. Confirmed as working with ruby >= 3.1.4

## [0.3.0-alpha.2] - 2023-12-29

- Remove deep_matching development dependency

## [0.3.0-RC1] - 2023-12-29

- Fixed to work with and make optional dependencies for sidekiq and railties. Confirmed as working with ruby >= 3.1.4

## [0.4.0] - 2023-12-29

- All internal restructuring/refactoring into domains.
- Add support for organize `self.if(:condition, then: A, else: B)` syntax
- change location of matchers to `require 'interactify/rspec_matchers/matchers'`
## [0.3.0-alpha.1] - 2023-12-29
- Added support for `{if: :condition, then: A, else: B}` in organizers

## [0.4.1] - 2023-12-29
- Fix bug triggered when nesting each and if
## [0.2.0-alpha.1] - 2023-12-27
- Added support for Interactify.promising syntax in organizers

## [0.5.0] - 2024-01-01
- Add support for `SetA = Interactify { _1.a = 'a' }`, lambda and block class creation syntax
- Add support for organizing `organize A.organizing(B, C, D), E, F` contract syntax
- make definition errors raise optionally
- raise an error with unexpected keys in Interactify.if clause
- propagate caller_info through chains
## [0.1.0-alpha.1] - 2023-12-16
- Initial release

0 comments on commit 7318128

Please sign in to comment.