Skip to content

Commit

Permalink
Released 0.7.0
Browse files Browse the repository at this point in the history
## Changed

- Naming: improved passive forms a bit.
- Configuration: renamed `self_related` to `self`.

## Added

- Checks for related records’ presence:
  - `.<associat>ed` —
    records having associated ones,
  - `.<association>less` —
    records not having associated ones,
  - `#<associat>ed?` —
    if there are records associated,
  - `#<association>less?` —
    if there are no records associated.
- Documentation: self-targeted relationships in README.

## Fixed

- Documentation: examples in the README.
  • Loading branch information
Alexander-Senko committed Nov 8, 2024
1 parent d9ac239 commit f0fcea6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [0.7.0] — 2024-02-25

### Changed

- Naming: improved passive forms a bit.
- Configuration: renamed `self_related` to `self`.

### Added

- Checks for related records’ presence:
- `.<associat>ed` —
records having associated ones,
- `.<association>less` —
records not having associated ones,
- `#<associat>ed?` —
if there are records associated,
- `#<association>less?` —
if there are no records associated.
- Documentation: self-targeted relationships in README.

### Fixed

- Documentation: examples in the README.


## [0.6.0] — 2024-02-20

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/adjustable_schema/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AdjustableSchema
VERSION = '0.6.0'
VERSION = '0.7.0'
end

0 comments on commit f0fcea6

Please sign in to comment.