- 3acf618: add special case for index route with _index
- 5690a7b: update arktype version for plugins
- 68d90ac: add splat routes for cli
- a28bec1: Fix invalid var names being generated
- 518c564: Fix types and route generation
- 03a2be3: fix dependencies for CLI
- 0b9064f: Use lint to ensure route correctness and remove PATTERN
- 5b70f81: update dependencies
- d25cad0: Fix typing of ok function
- 4edf501: Fix typed headers returning string instead of string | null
- b74dbe2: Add defaults to types
- be373a1: Improve responses to include typed headers
- 007e155: Add html response and make text response header strict
- 505c8f6: Consider json-string sideeffects
- 5539a13: Open up RouteData file
- 8d7ec77: Fix generation and change to using yargs
- cb3193b: Add pure marker to route export
- 98b0c93: Change commander to use esm
- f637da7: Add init package and move PATTERN code to little-worker
- ad9d1c5: Move extra packages to submodules
- 41a89cf: Make route generation only be one file and simplify types in little-router
- 7529f49: Add little-worker package
- 197b177: Be more specific about ok 204 and 205 responses
- e7fe317: Update typed response functions
- 1590114: Fix route function with plugins
- dff371c: Update route to accept third party altered environment arguments
- d8e5061: Update normal json type on text to be never
- 73a68f0: Update TextResponse type
- a426e49: Expose FetcherOf type
- 55ca387: Loose up JSONString type
- 8e01c83: Improve error messages for validation and export RouteArguments type
- d841c8f: Fix collision in fetcher when validating path
- 23567fa: Fix autocomplete for query strings with generic types
- 0314028: Update error messages for plugins
- e761e04: Fix consecutive params in fetcher
- fa23121: Update error messages for data and query
- 3517a71: Easier way of creating fetcher with fetch
- 09ca483: change _types to infer
- 9e55fb1: Improve perfomance for non-plugin routes
- f1b7765: Improve performance by avoid using proxy
- f48247d: Fix JSONString value type
- 70c3613: Add empty helper response
- f713ee7: Fix replacer function in JSON.stringify
- 139dadf: Add helper JSONStringify function
- 8946dfd: Improve fetcher autocomplete greatly
- d9d6038: Remove invalid methods from fetcher
- 768fb45: Experimental exposed type
- 6360a40: Fix JSON string serialization
- 331784b: Serialize in json-string
- 1bd7af1: Go back to just ok code
- 9baf7eb: Fix nonsensical restriction of out value
- 206e794: Fix issue with input paramters still not accepting functions
- 8cd0dad: Fix query in out arktype parameters
- 1c5516b: Fix arktype inference of outgoing data
- 97ad605: Fix all not causing type errors for overlapping routes
- c5f3668: Add options route
- 14a0950: Fix types for plugin rest parameters
- bdfbac5: Add
success
helper and hardcodeok
to be 200 - 097ef83: Fix typescript not complaining about missing beginning slash
- 490444b: Fix little-fetcher not working with param and and ending with wildcard
- 9f88b4b: Fix wildcards not working for little-fetcher
- e7ad13e: Update README for plugins
- fdeca5a: Fix null being always returned from ok and error
- b08e85d: Update typed response to also be aligned with cloudflare Response
- c7e81c2: Move typed-response dependency