Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

58 lines (44 loc) · 1.85 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.0 - 2021-01-05

Added

  • Support for Ruby 3 (thanks @RSO (#32))

Changed

1.1.0 - 2020-07-16

Added

  • Support for Ruby 2.7 (#29)
  • Gem metadata (#29)

Removed

  • Support for Ruby 2.3 (#29)
  • Support for Ruby 2.4 (#29)

Fixed

  • Invalid user dictionaries are handled more robustly (#28)

1.0.0 - 2019-05-14

Added

  • License info in the gemspec (#21)
  • More ported password checking features to bring this gem more up to date. (#22)
    • spatial - Keyboard patterns
    • repeat - Repeated characters
    • sequence - easily guessable sequences
    • date - date associations

Removed

  • This gem will no longer run on Ruby versions < 2.3 (#25)