UNPKG

untyped

Version:

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions][github-actions-src]][github-actions-href] [![Codecov][codecov-src]][codecov-href] [![bundle][bundle-src]][bundle-href]

105 lines (48 loc) 4 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [0.2.5](https://github.com/unjs/untyped/compare/v0.2.4...v0.2.5) (2021-04-09) ### Features * only handle functions with [@untyped](https://github.com/untyped) tag ([a01f5a2](https://github.com/unjs/untyped/commit/a01f5a2fd2a04c7286ccdc5047581266cf21c587)) ### Bug Fixes * properly inject `$schema` property ([ded914e](https://github.com/unjs/untyped/commit/ded914ef52ec7ee0e41c8d8faaf3b23fb3f389e9)) ### [0.2.4](https://github.com/unjs/untyped/compare/v0.2.3...v0.2.4) (2021-04-02) ### Bug Fixes * resolve default for empty objects ([0257222](https://github.com/unjs/untyped/commit/025722260e20abf342f0c58ef263206bb2c03972)) ### [0.2.3](https://github.com/unjs/untyped/compare/v0.2.2...v0.2.3) (2021-04-02) ### Bug Fixes * handle empty object type ([98e6172](https://github.com/unjs/untyped/commit/98e617262cf4dac19ebe8f3a588dd02b3b268e97)) ### [0.2.2](https://github.com/unjs/untyped/compare/v0.2.1...v0.2.2) (2021-03-28) ### Features * improve function typing ([#2](https://github.com/unjs/untyped/issues/2)) ([76cb654](https://github.com/unjs/untyped/commit/76cb65406c688ff784004c9ba908ebc647f8fac4)) ### Bug Fixes * fix generated signuture ([786a6cf](https://github.com/unjs/untyped/commit/786a6cfdff5c9493702be4fe053f4ef0070be003)) * generate id with / for jsonschema compatibility ([a4cdfd2](https://github.com/unjs/untyped/commit/a4cdfd2e299ac4b0755b61b1987b764d7de10168)) * types improvements ([#3](https://github.com/unjs/untyped/issues/3)) ([0738d9b](https://github.com/unjs/untyped/commit/0738d9b15dde86ab572850d13feb999191df21bc)) ### [0.2.1](https://github.com/unjs/untyped/compare/v0.0.5...v0.2.1) (2021-03-25) ### Features * apply cirtular defaults ([f847195](https://github.com/unjs/untyped/commit/f8471958b5b8489c8ffcd3adc7e817b2d16b9a9b)) * basic markdown generation ([d2c25b7](https://github.com/unjs/untyped/commit/d2c25b7478daafe6f1ab73f650f3953afa0be69d)) * infer function types ([#1](https://github.com/unjs/untyped/issues/1)) ([8f16a32](https://github.com/unjs/untyped/commit/8f16a326ff69b7799a7224decbd63e7a98b26c45)) ### [0.0.5](https://github.com/unjs/untyped/compare/v0.0.4...v0.0.5) (2021-03-23) ### Features * applyDefaults and updated playground ([1e6550f](https://github.com/unjs/untyped/commit/1e6550fbabceffa333642f9270b0999b477f9948)) ### Bug Fixes * preserve additional tags in generated types ([7c01b35](https://github.com/unjs/untyped/commit/7c01b35855aa43838e0b10a1d0515390df69d3a1)) ### [0.0.4](https://github.com/unjs/untyped/compare/v0.0.3...v0.0.4) (2021-03-23) ### Features * support loader with jsdoc support ([b31b4af](https://github.com/unjs/untyped/commit/b31b4af0ce954b5ddfae267b3fdc4aa84feff51a)) ### Bug Fixes * handle empty types ([d82bf01](https://github.com/unjs/untyped/commit/d82bf01977561888b8275f596b14ace882a9abda)) * return plain values if no nested schema ([f9f2c04](https://github.com/unjs/untyped/commit/f9f2c04026fe4040a0cdd6bb38dc9646f5634bbd)) ### [0.0.3](https://github.com/unjs/untyped/compare/v0.0.2...v0.0.3) (2021-03-21) ### Features * resolve dependencies without order ([f04e49f](https://github.com/unjs/untyped/commit/f04e49f788af3c9d46dfabe78ac4e27c2408df4d)) ### Bug Fixes * **dts:** include falsy defaults ([132f30d](https://github.com/unjs/untyped/commit/132f30d0698f801c1d4389373f4302c516e7da8d)) * improve array handling ([f1a62f3](https://github.com/unjs/untyped/commit/f1a62f38ad634aa212c03ac075ba0a65044703a2)) ### [0.0.2](https://github.com/unjs/untyped/compare/v0.0.1...v0.0.2) (2021-03-20) ### Bug Fixes * use mapType for dts ([042fae7](https://github.com/unjs/untyped/commit/042fae75a702c0e412f8975b359d7110cdfaad2e)) ### 0.0.1 (2021-03-20) ### Features * initial commit ([a074493](https://github.com/unjs/untyped/commit/a074493fbe1e1e62a3a36b04fcb090455dd19ce2))