-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
35 lines (27 loc) · 1.05 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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).
## [1.1.0] - 2020-12-20
### Fixed
- README example usage
## [1.0.1] - 2020-12-19
### Added
- MIT License
## [1.0.0] - 2020-12-19
### Changed
- Method `amka::validate` that returns a boolean value and a string representation of the validation error
### Removed
- Method `amka::valid`
## [0.1.1] - 2020-12-19
### Fixed
- Fix README GitHub action badge
## [0.1.0] - 2020-12-19
### Added
- Add `amka::valid` method
[Unreleased]: https://github.com/zoispag/amka-rs/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/zoispag/amka-rs/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/zoispag/amka-rs/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/zoispag/amka-rs/compare/v0.1.1...v1.0.0
[0.1.1]: https://github.com/zoispag/amka-rs/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/zoispag/amka-rs/releases/tag/v0.1.0