All Versions
10
Latest Version
Avg Release Cycle
25 days
Latest Release
1317 days ago

Changelog History

  • v1.1.1 Changes

    September 11, 2020

    🚀 Release v1.1.1

    • ➕ Add size comparisons.
  • v1.1.0 Changes

    July 08, 2020

    🚀 Release v1.1.0

    Major changes:

    • [checkable] Added rules: required, nilable.
    • [checkable] Added utilities (about JSON / Crystal Hash): #h_from_json, #to_json_h, #to_crystal_h.
    • [checkable] added utilities (about rules): #validation_rules, #validation_required?, #validation_nilable?
    • [checkable] Improved code and logic.
    • ✅ [checkable] Added many unit tests.
    • ⚡️ Updated docs and examples.

    Break changes:

    • [checkable] Added required parameter before the format parameter (in all methods check_*).
  • v1.0.2 Changes

    July 06, 2020

    🚀 Release v1.0.2

    • [checkable] Add unless value.nil? except for not_null and not_empty.
  • v1.0.1 Changes

    June 27, 2020

    🚀 Release v1.0.1

    • 🆕 New validators: null? and not_null?
  • v1.0.0 Changes

    June 24, 2020

    🚀 Release v1.0.0

    No break changes for existing code.

    • ➕ Add checkable features: validation rules, data cleaning, ... (Thanks to ilourt for the help)
    • ➕ Add new validators: ip, ipv4, ipv6, mac_addr, magnet_uri
    • 📚 More documentations
    • ⚡️ Optimize the API docs workflow (clean docs history, reducing the repo size)
  • v1.0.0-rc5 Changes

    March 12, 2020

    🚀 Release v1.0.0-rc5

    • ➕ Add Travis CI
  • v1.0.0-rc4 Changes

    March 09, 2020

    🚀 Release v1.0.0-rc4.

    • ➕ Add #json? validator.
  • v1.0.0-rc3 Changes

    March 09, 2020

    🚀 Release v1.0.0-rc3.

    • ➕ Add validators: #lat? and #lng?
  • v1.0.0-rc2 Changes

    February 06, 2020

    🚀 Release v1.0.0-rc2.

    • 👍 Check: adds support for string keys
  • v1.0.0-rc1 Changes

    February 03, 2020

    🚀 Release v1.0.0-rc1

    • ➕ Add another between? (overload).
    • 📄 Docs updated.