Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
21 KiB
@atproto/lex-builder
0.0.22
Patch Changes
- Updated dependencies [
26d793a]:- @atproto/lex-schema@0.0.19
- @atproto/lex-document@0.0.20
0.0.21
Patch Changes
- Updated dependencies [
c62651d]:- @atproto/lex-schema@0.0.18
- @atproto/lex-document@0.0.19
0.0.20
Patch Changes
- Updated dependencies [
527f5d4,c4df84c,527f5d4,e5e5bcf,ac6bd18,c5c6c7d]:- @atproto/lex-schema@0.0.17
- @atproto/lex-document@0.0.18
0.0.19
Patch Changes
- Updated dependencies [
6a88461]:- @atproto/lex-schema@0.0.16
- @atproto/lex-document@0.0.17
0.0.18
Patch Changes
- Updated dependencies [
3dc3791,3dc3791,3dc3791,3dc3791,112b159,3dc3791,3dc3791]:- @atproto/lex-schema@0.0.15
- @atproto/lex-document@0.0.16
0.0.17
Patch Changes
- Updated dependencies [
52834ab,f7c2610,52834ab,52834ab,52834ab,e8969b6]:- @atproto/lex-schema@0.0.14
- @atproto/lex-document@0.0.15
0.0.16
Patch Changes
-
#4659
cd9deb6Thanks @matthieusieben! - Add a$in front of the method type utilities to prevent name conflicts with local definitions -
#4660
ea5df64Thanks @matthieusieben! - Allow customizing the binary type ofInputandOutputgenerated helpers -
Updated dependencies [
39dea03,ea5df64,ea5df64,39dea03,39dea03,ea5df64,ea5df64,39dea03,ea5df64,ea5df64,ea5df64,ea5df64,ea5df64,ea5df64,ea5df64]:- @atproto/lex-schema@0.0.13
- @atproto/lex-document@0.0.14
0.0.15
Patch Changes
- #4610
619068fThanks @gaearon! - ExportLexDefBuilderclass and addmoduleSpecifieroption toRefResolverOptionsfor custom external import resolution
0.0.14
Patch Changes
-
#4601
ed61c62Thanks @matthieusieben! - Add JSDoc -
Updated dependencies [
7b9a98a,7b9a98a,7b9a98a,7b9a98a,ed61c62,7b9a98a,7b9a98a,ed61c62]:- @atproto/lex-schema@0.0.12
- @atproto/lex-document@0.0.13
0.0.13
Patch Changes
- Updated dependencies []:
- @atproto/lex-document@0.0.12
- @atproto/lex-schema@0.0.11
0.0.12
Patch Changes
- Updated dependencies [
99963d0,7310b97,7310b97,7310b97,7310b97,7310b97,7310b97,7310b97,99963d0,7310b97,7310b97,7310b97,7310b97]:- @atproto/lex-schema@0.0.10
- @atproto/lex-document@0.0.11
0.0.11
Patch Changes
- Updated dependencies []:
- @atproto/lex-document@0.0.10
- @atproto/lex-schema@0.0.9
0.0.10
Patch Changes
-
#4512
d78484fThanks @matthieusieben! - Improve naming of exported types -
Updated dependencies [
d78484f,d78484f]:- @atproto/lex-schema@0.0.8
- @atproto/lex-document@0.0.9
0.0.9
Patch Changes
-
#4501
2f78893Thanks @matthieusieben! - Better prevent use of conflicting identifiers in generated code -
#4501
2f78893Thanks @matthieusieben! - Add anindexFileoption that allows generating an "index.ts" file that re-exports every tld namespaces. -
#4501
2f78893Thanks @matthieusieben! - Ensure generated "import" identifiers start with a lower case letter -
#4501
2f78893Thanks @matthieusieben! - Avoid escaping export identifier when it is a known global -
Updated dependencies [
2f78893]:- @atproto/lex-schema@0.0.7
- @atproto/lex-document@0.0.8
0.0.8
Patch Changes
-
#4443
9af7a2dThanks @matthieusieben! - UsejsonPayloadfor json payloads -
Updated dependencies [
9af7a2d,9af7a2d,9af7a2d,9af7a2d,9af7a2d,9af7a2d,9af7a2d,9af7a2d]:- @atproto/lex-schema@0.0.6
- @atproto/lex-document@0.0.7
0.0.7
Patch Changes
-
#4457
e6b6107Thanks @matthieusieben! - Refactor JSDoc generation to use ts-morph's nativeJSDocStructure -
#4457
e6b6107Thanks @matthieusieben! - Build additional$lxmutility variable for xrpc methods -
Updated dependencies [
e6b6107,e6b6107,e6b6107,e6b6107,e6b6107,e6b6107,e6b6107,e6b6107,e6b6107,e6b6107,e6b6107,e6b6107,e6b6107,e6b6107,e6b6107]:- @atproto/lex-schema@0.0.5
- @atproto/lex-document@0.0.6
0.0.6
Patch Changes
-
#4413
e39ca11Thanks @matthieusieben! - Add support for NodeJS version <18.18, 19.x, <20.4 and 21.x -
Updated dependencies [
d551b0e]:- @atproto/lex-document@0.0.5
- @atproto/lex-schema@0.0.4
0.0.5
Patch Changes
-
#4390
1d445afThanks @matthieusieben! - Rework object validation logic to work withoutoptionsargument -
#4390
1d445afThanks @matthieusieben! - Usel.nullablefor nullable object properties andl.optionalfor optional object properties in lex schemas. -
#4390
1d445afThanks @matthieusieben! - Replace use ofCIDwithCid -
#4389
bcae2b7Thanks @matthieusieben! - Use string formats from@atproto/syntax -
#4390
1d445afThanks @matthieusieben! - RemoveknownValuesfrom string options (as it had not runtime effect) -
#4390
1d445afThanks @matthieusieben! - Rename schema methodsvalidate,checkandmaybetosafeParse,matchesandifMatchesrespectively. -
#4397
688f9d6Thanks @matthieusieben! - AddCHANGELOG.mdto npm package -
#4398
a17d2e8Thanks @matthieusieben! - AddignoreInvalidLexiconsoption when building lexicon schemas -
#4390
1d445afThanks @matthieusieben! - Strip unknown properties from schema options -
#4390
1d445afThanks @matthieusieben! - Adddefaultoption toconstandenumschemas -
Updated dependencies [
1d445af,1d445af,1d445af,1d445af,1d445af,1d445af,a487ab8,a487ab8,1d445af,bcae2b7,1d445af,a487ab8,a487ab8,03a2a4b,1d445af,1d445af,bcae2b7,bcae2b7,1d445af,a487ab8,1d445af,9f87ff3,1d445af,688f9d6,1d445af]:- @atproto/lex-schema@0.0.3
- @atproto/lex-document@0.0.4
0.0.4
Patch Changes
-
#4380
23c271fThanks @matthieusieben! - Add ability to configure file extenstion and import file extension inlex build -
Updated dependencies [
23c271f]:- @atproto/lex-schema@0.0.2
- @atproto/lex-document@0.0.3
0.0.3
Patch Changes
- Updated dependencies [
5ffd612]:- @atproto/lex-document@0.0.2
0.0.2
Patch Changes
- #4372
7456f53Thanks @matthieusieben! - Fix error when runninginstallcommand
0.0.1
Patch Changes
-
#4371
46550d6Thanks @matthieusieben! - Release -
Updated dependencies [
46550d6]:- @atproto/lex-document@0.0.1
- @atproto/lex-schema@0.0.1