Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jasonkuhrt/kitz

0.108.0

15 Dec 04:43

Choose a tag to compare

Features

0.107.0

15 Dec 03:06

Choose a tag to compare

Features

  • c79bbc5 add md/mdx highlight tags, improve markdownToJsDoc
  • 2e3eb35 add back field to model parent traversal in relative paths (#124)

0.106.3

14 Dec 15:59

Choose a tag to compare

Fixes

  • 5ff53ca ensureAbsolute now maps RelDir→AbsDir, RelFile→AbsFile

0.106.2

14 Dec 15:23

Choose a tag to compare

Fixes

  • 83663f8 add explicit Schema type annotations to fix any return types

0.106.1

14 Dec 15:15

Choose a tag to compare

Fixes

  • a6066b7 remove as any cast from AbsDir.fromString return type

0.106.0

14 Dec 06:48

Choose a tag to compare

BREAKING CHANGES

  • 9cabd72 add cross-platform Env service with conditional exports

Features

  • 24e493d add Hashable module with cycle/memo utilities
  • 9cabd72 (breaking) add cross-platform Env service with conditional exports
  • 23c566c add dynamic import utilities with typed errors

Improvements

  • a11dac5 improve: update all deps to latest

0.105.0

12 Dec 04:00

Choose a tag to compare

BREAKING CHANGES

Features

  • 2dbf82d (breaking) improved textual layout

Fixes

  • 5d3c1ec detect terminal width instead of hardcoding 120

Improvements

  • d365a61 improve: color type values in help output

Chores

  • bd0e63d scripts for quick example runs

0.104.0

10 Dec 15:01

Choose a tag to compare

Features

Chores

  • 904a0c6 rename tests to __tests and add __examples

0.103.1

09 Dec 19:26

Choose a tag to compare

Fixes

  • 3c690cb add missing assert export

0.103.0

09 Dec 19:20

Choose a tag to compare

BREAKING CHANGES

  • 2a54b2e rename lens to optic
  • 237b81f remove overly specific Arr.freeze
  • ce6d346 restructure src/ with Core package (Level -1) (#114)
  • 3d5237c rename Dir to Fs.Builder and consolidate into fs module (#104)
  • 4926194 consolidate fs-memory into Fs.Memory (#101) (#103)
  • 4a1fcf0 add immutability utilities to Obj module and make Group immutable by default (#100)
  • 2c2decf integrate arkregex for type-safe regex patterns (#98)
  • 5510217 remove redundant Extract module (#94)
  • cc31180 extract str/code into standalone Syn module (#93)
  • af5170d add lens expression DSL with JSONPath-aligned syntax (#90)
  • b1b9a64 consolidate arr-mut into arr module with polymorphic dispatch (#89)
  • 073b65f indexed lens extracts value type from index signatures (#88)
  • 72acdd7 introduce Display trait with extensible type printing (#85)
  • 4bc906a refactor Ts.Path into standalone Lens module (#84)
  • a76dd95 remove traits system (#82)

Features

  • ce6d346 (breaking) restructure src/ with Core package (Level -1) (#114)
  • 3d5237c (breaking) rename Dir to Fs.Builder and consolidate into fs module (#104)
  • 4926194 (breaking) consolidate fs-memory into Fs.Memory (#101) (#103)
  • 4a1fcf0 (breaking) add immutability utilities to Obj module and make Group immutable by default (#100)
  • 2c2decf (breaking) integrate arkregex for type-safe regex patterns (#98)
  • 5510217 (breaking) remove redundant Extract module (#94)
  • cc31180 (breaking) extract str/code into standalone Syn module (#93)
  • af5170d (breaking) add lens expression DSL with JSONPath-aligned syntax (#90)
  • b1b9a64 (breaking) consolidate arr-mut into arr module with polymorphic dispatch (#89)
  • 72acdd7 (breaking) introduce Display trait with extensible type printing (#85)
  • 4bc906a (breaking) refactor Ts.Path into standalone Lens module (#84)
  • 57bd25f move assert module from ts/assert to utils/assert (#83)
  • a76dd95 (breaking) remove traits system (#82)

Fixes

  • 4e0506c str template args take unknown
  • 2689263 add TypeScript as keyword to reserved type names (#118)
  • 6c1ece1 remove circular dependency between obj and rec modules (#113)
  • 073b65f (breaking) indexed lens extracts value type from index signatures (#88)

Improvements

  • 2a54b2e (breaking) improve: rename lens to optic
  • 237b81f (breaking) improve: remove overly specific Arr.freeze
  • cf039b4 refactor: move lens into core

Chores