UNPKG

696 BMarkdownView Raw
1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7## [Unreleased]
8
9## [1.1.0] - 2020-07-26
10### Added
11- Method 'of', that returns type of the input
12- Tests for 'of' method
13- Changelog
14
15## [1.0.3] - 2020-07-25
16### Added
17- README
18- LICENSE
19- eslintrc.json
20- .editorconfig
21- .eslinterignore
22- Basic types
23- Complex types
24- 'Check' method
25- Tests
26
27[1.1.0]: https://github.com/morimoto-ltd/psycho-type/compare/v1.0.3...v1.1.0
28[1.0.3]: https://github.com/morimoto-ltd/psycho-type/releases/tag/v1.0.3
29