Skip to content

Commit

Permalink
Versão 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diegovilar committed Nov 11, 2016
1 parent 098bd76 commit 957128e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1.2.0-rc.1
1.2.0

- Novos decoradores: Bind.value, Bind.reference e Bind.parentExpression;
- Novos decoradores: Bind.value, Bind.reference e Bind.expression;
- Component agora sempre define require, no mínimo com o próprio controller. Se usuário definir require e não
incluir o próprio controller (por que incluiria?), ainda sim ele sempre será incluído na última posição e poderá
ser injetado na função de link;
Expand Down
23 changes: 14 additions & 9 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tng",
"version": "1.2.0-rc.1",
"version": "1.2.0",
"description": "Angular 1 on TypeScript",
"license": "MIT",
"author": "Diego Vilar <[email protected]>",
Expand All @@ -20,13 +20,15 @@
"reflect-metadata": "^0.1.8"
},
"optionalDependencies": {
"angular-ui-bootstrap": "https://github.com/angular-ui/bootstrap/archive/0.13.3.tar.gz",
"angular-ui-router": "https://github.com/angular-ui/ui-router/archive/0.2.18.tar.gz"
"angular-ui-bootstrap": "https://github.com/diegovilar/bootstrap/releases/download/0.13.4/angular-bootstrap-0.13.4.tar.gz",
"angular-ui-router": "https://github.com/angular-ui/ui-router/archive/0.2.18.tar.gz",
"bootstrap": "^3.3.7"
},
"devDependencies": {
"angular-mocks": "~1.4.0",
"angular-ui-bootstrap": "https://github.com/angular-ui/bootstrap/archive/0.13.3.tar.gz",
"angular-ui-bootstrap": "https://github.com/diegovilar/bootstrap/releases/download/0.13.4/angular-bootstrap-0.13.4.tar.gz",
"angular-ui-router": "https://github.com/angular-ui/ui-router/archive/0.2.18.tar.gz",
"bootstrap": "^3.3.7",
"browserify": "^10.2.6",
"del": "^1.2.1",
"eventemitter2": "^0.4.14",
Expand All @@ -48,7 +50,6 @@
"mkdir-p": "0.0.6",
"mout": "^0.11.1",
"path": "^0.11.14",
"reflect-metadata": "^0.1.8",
"tsify": "^0.13.2",
"typescript": "^1.8.10",
"uglifyjs": "^2.4.10",
Expand Down

0 comments on commit 957128e

Please sign in to comment.