typedescriptor
Version:
typedescriptor identifies and describes types.
42 lines (19 loc) • 1.85 kB
Markdown
## [4.0.2](https://github.com/thenativeweb/typedescriptor/compare/4.0.1...4.0.2) (2021-05-17)
### Bug Fixes
* bump defekt from 7.1.0 to 7.1.1 ([#299](https://github.com/thenativeweb/typedescriptor/issues/299)) ([2916a7f](https://github.com/thenativeweb/typedescriptor/commit/2916a7fa17d6825b85cff88c20ae7793722965d7))
## [4.0.1](https://github.com/thenativeweb/typedescriptor/compare/4.0.0...4.0.1) (2021-05-11)
### Bug Fixes
* bump hosted-git-info from 2.8.8 to 2.8.9 ([#297](https://github.com/thenativeweb/typedescriptor/issues/297)) ([abc2e94](https://github.com/thenativeweb/typedescriptor/commit/abc2e949f936d19002fd39ffd82c0c8a910e894e))
# [4.0.0](https://github.com/thenativeweb/typedescriptor/compare/3.0.2...4.0.0) (2021-05-07)
### Features
* Rewrite library with focus on small type-guard functions. ([#296](https://github.com/thenativeweb/typedescriptor/issues/296)) ([91ef31d](https://github.com/thenativeweb/typedescriptor/commit/91ef31d82dd4e01ed5f959a2d1470062b351849b))
### BREAKING CHANGES
* The entire API is different. There is no `Typedescriptor` class anymore,
just a bunch of type-guard functions and one function that returns a
variable's type as a string.
## [3.0.2](https://github.com/thenativeweb/typedescriptor/compare/3.0.1...3.0.2) (2021-03-25)
### Bug Fixes
* Migrate from master to main. ([#281](https://github.com/thenativeweb/typedescriptor/issues/281)) ([d69f97f](https://github.com/thenativeweb/typedescriptor/commit/d69f97f4c40522e1c0311f339b2d27c3347222a3))
## [3.0.1](https://github.com/thenativeweb/typedescriptor/compare/3.0.0...3.0.1) (2020-11-03)
### Bug Fixes
* Fix headline for robot section in readme. ([#198](https://github.com/thenativeweb/typedescriptor/issues/198)) ([2043e8b](https://github.com/thenativeweb/typedescriptor/commit/2043e8b853b25f27bfafb41af5ace69055024251))