Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stgeneral committed Mar 6, 2020
1 parent c2436aa commit 21db0cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# AuxiliaryRails Changelog

## [Unreleased]
## v0.3.0

### Added
- Form Objects
- Query Objects
- Performable concern
- YARD docs and link to API documentation
- Commands usage examples
- Commands: `arguments` helper to get hash of all `param`s

### Changed
- Namespace `Application` instead of `Abstract` prefixes for classes
- Commands migrate from `#call` to `#perform` method
- Commands: force validations

### Removed
- RuboCop generator, replaces with `rubocop-ergoserv` gem
- RuboCop generator replaced with `rubocop-ergoserv` gem

## v0.2.0

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
auxiliary_rails (0.2.0)
auxiliary_rails (0.3.0)
dry-core
dry-initializer
dry-initializer-rails
Expand Down
2 changes: 1 addition & 1 deletion lib/auxiliary_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AuxiliaryRails
VERSION = '0.2.0'.freeze
VERSION = '0.3.0'.freeze
end

0 comments on commit 21db0cb

Please sign in to comment.