File tree 2 files changed +18
-10
lines changed
2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.0.0] ( https://github.com/crowbait/typespec-typescript-emitter/compare/v0.4.1...v1.0.0 ) (2025-03-13)
2
+
3
+
4
+ * feat!: complete rework of routes emitter ([ 2f07e7f] ( https://github.com/crowbait/typespec-typescript-emitter/commit/2f07e7f487f0e6531b89e66f7de4d7d09382e4e5 ) )
5
+
6
+
7
+ ### Features
8
+
9
+ * routed typemap ([ 0a57f43] ( https://github.com/crowbait/typespec-typescript-emitter/commit/0a57f439e6f483c35b00824c725aecc66d3a80df ) )
10
+
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ * This breaks existing configurations and - depending on how it was used - usage of the emitted routes object.
15
+
16
+
17
+
1
18
## [ 0.4.1] ( https://github.com/crowbait/typespec-typescript-emitter/compare/v0.4.0...v0.4.1 ) (2025-02-25)
2
19
3
20
36
53
37
54
38
55
39
- ## [ 0.3.3] ( https://github.com/crowbait/typespec-typescript-emitter/compare/v0.3.2...v0.3.3 ) (2025-01-02)
40
-
41
-
42
- ### Bug Fixes
43
-
44
- * parsing of Record-type models ([ b6e1dd9] ( https://github.com/crowbait/typespec-typescript-emitter/commit/b6e1dd91b94e39ad657d584f49051bc8e9e83608 ) ), closes [ #2 ] ( https://github.com/crowbait/typespec-typescript-emitter/issues/2 )
45
-
46
-
47
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typespec-typescript-emitter" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " A TypeSpec library providing an emitter that generates TypeScript types and a structured routes object for robust importing" ,
5
5
"homepage" : " https://github.com/crowbait/typespec-typescript-emitter#readme" ,
6
6
"bugs" : " https://github.com/crowbait/typespec-typescript-emitter/issues" ,
You can’t perform that action at this time.
0 commit comments