CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
- add Ruby 3.3 support [#99](https://github.com/kibitan/masking/pull/99)
## [v1.1.2] - 2023-09-24
### Added
- adding dockerfile for github container images [#77](https://github.com/kibitan/masking/pull/77)
- Update README.md about frequent asked question [#74](https://github.com/kibitan/masking/pull/74)
- enable codescene and add status badge [#80](https://github.com/kibitan/masking/pull/80)
- Drop support for MySQL 5.5, 5.6 and MariaDB 5.5, 10.0, 10.1 (EOL) [#90](https://github.com/kibitan/masking/pull/90) relates issue [#89](https://github.com/kibitan/masking/issues/89)
- Add support for MySQL 8.1 and MariaDB 11.0/11.1 [#91](https://github.com/kibitan/masking/pull/90) relates issue [#82](https://github.com/kibitan/masking/issues/89)
- add presentation and demo link [#87](https://github.com/kibitan/masking/pull/87)
- Add comment for complicated part of code [#83](https://github.com/kibitan/masking/pull/83)
### Fix
- fix the error on the error message [#74](https://github.com/kibitan/masking/pull/74) relates issue [#73](https://github.com/kibitan/masking/issues/73)
- fix ci error [#74](https://github.com/kibitan/masking/pull/86)
## [v1.1.1] - 2023-04-03
### Added
- add ignore NULL option [#66](https://github.com/kibitan/masking/pull/66) requested feature by [#59](https://github.com/kibitan/masking/pull/59) from @spyro2000
- add MariaDB 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11 support [#65](https://github.com/kibitan/masking/pull/65)
- add Ruby 3.2 support [#64](https://github.com/kibitan/masking/pull/64)
- update development libraries [#61](https://github.com/kibitan/masking/pull/61)
## [v1.1.0] - 2023-02-25 Happy #ruby30th Birthday🎉
### Added
- add Ruby 3.0 support [#55](https://github.com/kibitan/masking/pull/55)
- add Ruby 3.1 support [#60](https://github.com/kibitan/masking/pull/60)
- drop Ruby 2.5 support [#60](https://github.com/kibitan/masking/pull/60)
### Security
- chore(deps): bump kramdown from 2.1.0 to 2.3.0 [#54](https://github.com/kibitan/masking/pull/54)
## [v1.0.1] - 2019-12-31
### Added
- add Ruby 2.7 support [#53](https://github.com/kibitan/masking/pull/53)
### Changed
- refactoring [#48](https://github.com/kibitan/masking/pull/48) [#49](https://github.com/kibitan/masking/pull/49) [#50](https://github.com/kibitan/masking/pull/50)
## [v1.0.0] - 2019-11-10
### Added
- `masking --version` option [#31](https://github.com/kibitan/masking/pull/31)
- add friendly parse error message [#26](https://github.com/kibitan/masking/pull/26) [#38](https://github.com/kibitan/masking/pull/38)
- Setup Docker and Acceptance test [#32](https://github.com/kibitan/masking/pull/32) [#36](https://github.com/kibitan/masking/pull/36)
- setup acceptance test for ci [#34](https://github.com/kibitan/masking/pull/34)
- add Ruby2.7(preview) [#35](https://github.com/kibitan/masking/pull/35)
- setup ci for changelog checker [#41](https://github.com/kibitan/masking/pull/41)
## [v0.0.3] - 2019-07-07
### Changed
- Update Document [#25](https://github.com/kibitan/masking/pull/25)
- Performance Tuning [#28](https://github.com/kibitan/masking/pull/28) special thanks [@isaiah](https://github.com/isaiah)
```
$ bin/benchmark.rb
(v0.0.2)
user system total real
2.197755 0.239222 2.436977 ( 2.460922)
(v0.0.3)
user system total real
1.136621 0.198741 1.335362 ( 1.355499)
```
## [v0.0.2] - 2019-01-06
### Fix
- fix bug about NoMethodError on some environment
## [v0.0.1] - 2019-01-05
Initial release version. 🎉
[Unreleased]: https://github.com/kibitan/masking/compare/v1.1.2...HEAD
[v1.1.2]: https://github.com/kibitan/masking/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/kibitan/masking/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/kibitan/masking/compare/v1.0.1...v1.1.0
[v1.0.1]: https://github.com/kibitan/masking/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/kibitan/masking/compare/v0.0.3...v1.0.0
[v0.0.3]: https://github.com/kibitan/masking/compare/v0.0.2...v0.0.3
[v0.0.2]: https://github.com/kibitan/masking/compare/v0.0.1...v0.0.2
[v0.0.1]: https://github.com/kibitan/masking/tree/v0.0.1