mirror of
https://github.com/bluetech/ng-annotate-patched.git
synced 2026-07-02 00:17:42 +08:00
1.15.0
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
## 1.15.0 2025-10-15
|
||||||
|
* Support for method definitions in object literals.
|
||||||
|
* Support `commander` versions up to 14.
|
||||||
|
|
||||||
## 1.14.1 2022-03-21
|
## 1.14.1 2022-03-21
|
||||||
* Fixed `ng-annotate-patched` command-line parsing when using dependency
|
* Fixed `ng-annotate-patched` command-line parsing when using dependency
|
||||||
`commander >= 7.0.0`.
|
`commander >= 7.0.0`.
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ng-annotate-patched",
|
"name": "ng-annotate-patched",
|
||||||
"version": "1.14.1",
|
"version": "1.15.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ng-annotate-patched",
|
"name": "ng-annotate-patched",
|
||||||
"version": "1.14.1",
|
"version": "1.15.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"acorn": "^8.7.0",
|
"acorn": "^8.7.0",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ng-annotate-patched",
|
"name": "ng-annotate-patched",
|
||||||
"version": "1.14.1",
|
"version": "1.15.0",
|
||||||
"description": "add, remove and rebuild angularjs dependency injection annotations",
|
"description": "add, remove and rebuild angularjs dependency injection annotations",
|
||||||
"main": "src/ng-annotate-main.js",
|
"main": "src/ng-annotate-main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user