All Versions
11
Latest Version
Avg Release Cycle
17 days
Latest Release
1435 days ago

Changelog History
Page 1

  • v0.12.0 Changes

    May 12, 2020
    • โž• Added reflection and other improvements to contracts - Wojtek Mach
  • v0.11.0 Changes

    April 11, 2020
    • โž• Add more primitive generators
    • ๐Ÿ›  Fix formatting error when selecting unknown keys in a schema
    • contracts no longer require predicates to include parens
  • v0.10.4 Changes

    March 10, 2020
    • ๐Ÿ‘ท ffe49b3 Use GitHub CI - Wojtek Mach
    • 1fa941b Conform collection values using the correct types - Chris Keathley
    • 3313b1e Rearrange Norm's internal AST directory - Chris Keathley
    • e6ae160 don't crash if using nested selection with non-map input - Chris Keathley
  • v0.10.3 Changes

    January 31, 2020
    • 2aa1173 Stop selection from duplicating errors with nested schemas - Chris Keathley
    • ๐Ÿ”€ 9ba0261 Merge branch 'return-single-error-from-selection' - Chris Keathley
    • f58631b Implement inspect for the other structs in Norm - Chris Keathley
    • ๐Ÿ”€ 0997e06 Merge branch 'implement-inspect' - Chris Keathley
    • 3f88509 Allow ellision of parens on single arity functions - Chris Keathley
    • ๐Ÿ”€ 5be61af Merge branch 'allow-predicates-without-parens' - Chris Keathley
    • 6bf487d Return errors from selections correctly - Chris Keathley
    • ๐Ÿ”€ 6a5c8b2 Merge branch 'error-if-selection-specifies-key-not-in-schema' - Chris Keathley
    • 0๏ธโƒฃ 31ad460 Allow structs to conform with default keys - Chris Keathley
    • ๐Ÿ”€ ee46655 Merge branch 'allow-struct-schemas-to-use-defaults' - Chris Keathley
    • 1c950e1 Always return selection errors - Chris Keathley
    • ๐Ÿ”€ f99a122 Merge branch 'always-return-selection-errors' - Chris Keathley
  • v0.10.2 Changes

    January 20, 2020
    • 1a5e6ce Handle selections around structs with nested maps - Chris Keathley
    • ๐Ÿ”€ dc32fab Merge branch 'selection-on-structs' - Chris Keathley
  • v0.10.1 Changes

    January 14, 2020
    • 45c05a0 Don't raise exceptions when trying to conform tuples - Chris Keathley
    • ๐Ÿ”€ 2d50cd7 Merge branch 'fix-exception-in-tuple-conformer' - Chris Keathley
  • v0.10.0 Changes

    December 30, 2019
    • 28105e6 Contracts - Wojtek Mach
    • ๐Ÿ“„ 02221e6 Add docs about contracts to README - Chris Keathley
  • v0.9.2 Changes

    December 09, 2019
    • cc9ea68 Don't flatten good results - Chris Keathley
  • v0.9.1 Changes

    December 03, 2019
    • 52dbe8a Conform struct input with map schemas
  • v0.9.0 Changes

    December 02, 2019
    • fe5fc68 Changes to optionality in schema's and selection