Skip to content

Releases: skirushkin/config_default

0.2.5

09 Jun 08:52
42199a9

Choose a tag to compare

  • Remove attributes keyword.
  • Development dependency gems upgrade.
  • Improve CHANGELOG.

0.2.4

22 Jul 10:27
486d25f

Choose a tag to compare

  • Return blank hash on nil data.
  • Version bump.
  • Various gems update.

0.2.3

19 Apr 07:07
b237218

Choose a tag to compare

  • Replace StandardError with ArgumentError.
  • Add dependency to activesupport >= 6.
  • Update gems to Rails 7.
  • Remove old ruby CI.
  • Rubocop fixes.
  • Rspec.
  • Version bump.

0.2.1

24 Nov 08:37
1833a16

Choose a tag to compare

  • Remove Rails namespace for extension modules.
  • Move monkey patch apply to extend module and init method.
  • Docs #init_rails_monkey_patch!
  • Specs

0.2.0

24 Nov 08:36
34145fd

Choose a tag to compare

  • ConfigDefault::Struct move initialize behaviour to private methods.
  • Do not use mixed params definition on ConfigDefault::Struct#initialize now use only kwargs.
  • Moving config examples directory to specs.
  • Small fixtures around the gem according to changes above.
  • ConfigDefault::Struct section in docs.

0.1.2

20 Nov 18:18
b81075b

Choose a tag to compare

0.1.1

20 Nov 09:50
eac09ec

Choose a tag to compare

  • Remove Rails dependency.

0.1.0

20 Nov 09:38
5887e4c

Choose a tag to compare

  • Default behaviour.
  • Option recursive to #load_struct.
  • Option allow_nil to #load_struct.
  • Specs.
  • Documentation and examples.