microsoft/typespec
Publicmirrored from https://github.com/microsoft/typespecAvailable
packages/bundler/CHANGELOG.json
74lines · modecode
| 1 | { |
| 2 | "name": "@typespec/bundler", |
| 3 | "entries": [ |
| 4 | { |
| 5 | "version": "0.1.0-alpha.5", |
| 6 | "tag": "@typespec/bundler.1.0-alpha.5", |
| 7 | "date": "Wed, 24 Jan 2024 05:46:53 GMT", |
| 8 | "comments": { |
| 9 | "none": [ |
| 10 | { |
| 11 | "comment": "Update dependencies" |
| 12 | } |
| 13 | ] |
| 14 | } |
| 15 | }, |
| 16 | { |
| 17 | "version": "0.1.0-alpha.4", |
| 18 | "tag": "@typespec/bundler.1.0-alpha.4", |
| 19 | "date": "Wed, 06 Dec 2023 19:40:58 GMT", |
| 20 | "comments": { |
| 21 | "none": [ |
| 22 | { |
| 23 | "comment": "Update dependencies" |
| 24 | } |
| 25 | ] |
| 26 | } |
| 27 | }, |
| 28 | { |
| 29 | "version": "0.1.0-alpha.3", |
| 30 | "tag": "@typespec/bundler.1.0-alpha.3", |
| 31 | "date": "Wed, 08 Nov 2023 00:07:17 GMT", |
| 32 | "comments": { |
| 33 | "none": [ |
| 34 | { |
| 35 | "comment": "**BREAKING CHANGE** Dropped support for node 16, minimum node version is now 18" |
| 36 | }, |
| 37 | { |
| 38 | "comment": "Add a new cli `typespec-bundler`" |
| 39 | }, |
| 40 | { |
| 41 | "comment": "Expose a bundle manifest with the relative importmap, package name and version." |
| 42 | } |
| 43 | ] |
| 44 | } |
| 45 | }, |
| 46 | { |
| 47 | "version": "0.1.0-alpha.2", |
| 48 | "tag": "@typespec/bundler.1.0-alpha.2", |
| 49 | "date": "Wed, 03 Oct 2023 18:00:18 GMT", |
| 50 | "comments": { |
| 51 | "none": [ |
| 52 | { |
| 53 | "comment": "Update dependencies" |
| 54 | }, |
| 55 | { |
| 56 | "comment": "`TypeScript` use `types` entry under `exports` of `package.json` instead of legacy `typesVersions` to provide the definition files" |
| 57 | } |
| 58 | ] |
| 59 | } |
| 60 | }, |
| 61 | { |
| 62 | "version": "0.1.0-alpha.1", |
| 63 | "tag": "@typespec/bundler.1.0-alpha.1", |
| 64 | "date": "Tue, 12 Sep 2023 21:47:11 GMT", |
| 65 | "comments": { |
| 66 | "none": [ |
| 67 | { |
| 68 | "comment": "Initial release" |
| 69 | } |
| 70 | ] |
| 71 | } |
| 72 | } |
| 73 | ] |
| 74 | } |
| 75 | |