Sha256: 910470ac3c0eca87eac0e43853032ba731e130a09a85bbd79f6e3deeab8f2beb

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

## [Unreleased]

## [0.4.7] - 2024-07-01

- generate for fix, and added strict option.
- handle stringifying keys with root

## [0.4.6] - 2024-06-28

- unofficial support for auto generating rails models params filtering
- no tests, and simply a script I'm using in an app to do the same

## [0.4.5] - 2024-06-27

- using `root` instead of `container`, this is what serializers use

## [0.4.4] - 2024-06-26

- get `default:` working. Not expecting to use them since db will handle that, but nice to have?

## [0.4.3] - 2024-06-25

- allow certain values with `allow` option

## [0.4.2] - 2024-06-25

- getting and setting vals in params

## [0.4.1] - 2024-06-25

- Global default_args in accept, to apply your conditions to all attributes

## [0.4.0] - 2024-06-25

- Breaking change:
- `:allow_nil`, and `:allow_empty` have been replaced with `:exclude_if`
- see readme for details

## [0.3.4] - 2024-06-24

- tiny refactor

## [0.3.3] - 2024-06-24

- handle nil in types. Big refactor

## [0.3.2] - 2024-06-24

- added accept! method to raise error if "required's" are missing

## [0.3.1] - 2024-06-22

- added container to exclude the "head" param

## [0.3.0] - 2024-06-21

- Experimental params coercion
- No documentation yet, but tests passing

## [0.1.0] - 2023-08-09

- Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
attribeauty-0.4.7 CHANGELOG.md