ng-annotate
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -12,3 +12,3 @@ // ng-annotate.js | ||
var ngAnnotate = require("./ng-annotate-main"); | ||
var version = "1.2.1"; | ||
var version = "1.2.2"; | ||
var optimist = require("optimist") | ||
@@ -15,0 +15,0 @@ .usage("ng-annotate v" + version + "\n\nUsage: ng-annotate OPTIONS <file>\n\n" + |
@@ -0,1 +1,4 @@ | ||
## v1.2.2 2017-06-01 | ||
* so long and thanks for all the bits | ||
## v1.2.1 2016-01-10 | ||
@@ -2,0 +5,0 @@ * bugfix case where $inject arrays were incorrectly hoisted |
{ | ||
"name": "ng-annotate", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "add, remove and rebuild angularjs dependency injection annotations", | ||
@@ -5,0 +5,0 @@ "main": "build/es5/ng-annotate-main.js", |
@@ -0,6 +1,16 @@ | ||
# DEPRECATION NOTICE - SO LONG AND THANKS FOR ALL THE BITS | ||
**ng-annotate is not maintained any longer.** | ||
Please check out its successor instead: [babel-plugin-angularjs-annotate](https://github.com/schmod/babel-plugin-angularjs-annotate) | ||
**Please don't open any issues or pull requests on ng-annotate. No new releaseses will be made.** | ||
Feel free to fork the repo and publish your modified version if you want to. More info about the deprecation can be found in [Issue #245: The future of ng-annotate](https://github.com/olov/ng-annotate/issues/245). | ||
# ng-annotate [![Build Status](https://travis-ci.org/olov/ng-annotate.svg?branch=master)](https://travis-ci.org/olov/ng-annotate) | ||
ng-annotate adds and removes AngularJS dependency injection annotations. | ||
Write your code without annotations and mark-up functions to be annotated | ||
with the `"ngInject"` directive prologue, just like you would | ||
Write your code without annotations and mark-up functions to be annotated | ||
with the `"ngInject"` directive prologue, just like you would | ||
`"use strict"`. This must be at the beginning of your function. | ||
@@ -57,5 +67,5 @@ | ||
this works it means that you do not need to mark-up functions with `"ngInject"`. | ||
For a lot of code bases this works very well (use `ng-strict-di` to simplify | ||
debugging when it doesn't) but for others it is less reliable and you may prefer | ||
to use `"ngInject"` instead. For more information about implicit matching see | ||
For a lot of code bases this works very well (use `ng-strict-di` to simplify | ||
debugging when it doesn't) but for others it is less reliable and you may prefer | ||
to use `"ngInject"` instead. For more information about implicit matching see | ||
[IMPLICIT.md](IMPLICIT.md). | ||
@@ -90,3 +100,3 @@ | ||
let you know if there are any missing dependency injection annotations. | ||
[ng-strict-di](https://docs.angularjs.org/api/ng/directive/ngApp) is available in | ||
[ng-strict-di](https://docs.angularjs.org/api/ng/directive/ngApp) is available in | ||
AngularJS 1.3 or later. | ||
@@ -106,2 +116,4 @@ | ||
* [ENB](http://enb-make.info/) (Russian): [enb-ng-techs](https://www.npmjs.org/package/enb-ng-techs#ng-annotate) by [Alexey Gurianov](https://github.com/guria) | ||
* [rollup](https://rollupjs.org/): [rollup-pulgin-ng1-annotate](https://github.com/xierenyuan/rollup-plugin-ng-annotate) by [RenHong Xie](https://github.com/xierenyuan) | ||
* [Metalsmith](http://www.metalsmith.io/): [metalsmith-ng-annotate](https://www.npmjs.com/package/metalsmith-ng-annotate) by [Miguel Fonseca](https://github.com/fmmfonseca) | ||
@@ -119,4 +131,4 @@ | ||
## Issues and contributions | ||
Please provide issues in the form of input, expected output, actual output. Include | ||
the version of ng-annotate and node that you are using. With pull requests, please | ||
Please provide issues in the form of input, expected output, actual output. Include | ||
the version of ng-annotate and node that you are using. With pull requests, please | ||
include changes to the tests as well (tests/original.js, tests/with_annotations.js). | ||
@@ -123,0 +135,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
403439
139