Skip to content

Commit 9cd3d40

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.0.0 [skip ci]
1 parent 9ee3063 commit 9cd3d40

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
## [0.4.1](https://github.com/crowbait/typespec-typescript-emitter/compare/v0.4.0...v0.4.1) (2025-02-25)
219

320

@@ -36,12 +53,3 @@
3653

3754

3855

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-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typespec-typescript-emitter",
3-
"version": "0.4.1",
3+
"version": "1.0.0",
44
"description": "A TypeSpec library providing an emitter that generates TypeScript types and a structured routes object for robust importing",
55
"homepage": "https://github.com/crowbait/typespec-typescript-emitter#readme",
66
"bugs": "https://github.com/crowbait/typespec-typescript-emitter/issues",

0 commit comments

Comments
 (0)