typedescriptor
Version:
typedescriptor identifies and describes types.
28 lines (13 loc) • 1.19 kB
Markdown
# [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))