Releases: samchon/typia
Releases · samchon/typia
v6.8.0
What's Changed
- Add
@samchon/openapi
types to playground editor. by @samchon in #1200 - Support
console.info()
in playground by @samchon in #1201 - Playground console movie to handle async function. by @samchon in #1203
- fix: a typo in the docs by @AlexRMU in #1204
- fix : a typo in docs by @hyeonjae1122 in #1218
- Allow
bigint
type inJsonApplicationProgrammer
. by @samchon in #1217 - build(deps): update @samchon/openapi requirement from ^0.4.4 to ^0.4.5 in the ecosystem group by @dependabot in #1222
New Contributors
- @AlexRMU made their first contribution in #1204
- @hyeonjae1122 made their first contribution in #1218
Full Changelog: v6.7.2...v6.8.0
v6.7.2
What's Changed
- Fix: reusable stringify docs by @miyaji255 in #1195
- Optimize
random()
andclone()
functions. by @samchon in #1197 - Fix generaton mode's non-initialized
let
variable problem. by @samchon in #1198
New Contributors
- @miyaji255 made their first contribution in #1195
Full Changelog: v6.7.0...v6.7.2
v6.7.0
Performance enhancement by caching internal functions, suggested by @miyaji255.
As the ObjectHierarchical
like structures are commonly seen in the real world services, I strongly recommend to installing this update.
What's Changed
- fix: improve SEO by @imjlk in #1192
- Close #1190: optimization by caching internal functions. by @samchon in #1191
- Documentation of v6.7 update. by @samchon in #1193
Full Changelog: v6.6.2...v6.7.0
v6.6.2
v6.6.1
v6.6.0
What's Changed
- build(deps-dev): update typescript requirement from ^5.5.3 to ^5.5.4 in /test in the ecosystem group by @dependabot in #1176
- Fix #1179: tuple type in dynamic object case. by @samchon in #1180
- Close #1181: support enumeration level description comment in JSON schema. by @samchon in #1182
Full Changelog: v6.5.4...v6.6.0
v6.5.4
v6.5.3
v6.5.2
What's Changed
- build(deps): update @samchon/openapi requirement from ^0.4.1 to ^0.4.2 in the ecosystem group by @dependabot in #1164
- Fix
$clone()
function forFile
class case. by @samchon in #1168 - feat: add
Equal
type of Comparison of equivalence by @kakasoo in #1167 - Avoid bug of bun by @samchon in #1170
- Enhance internal
$clone()
function to consider older NodeJS versions. by @samchon in #1171 - Type resolver refactoring. by @samchon in #1169
Full Changelog: v6.5.1...v6.5.2