Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/npm publish #125

Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
50183dc
Update translation.collection.ts
tsanko Apr 18, 2018
f87564a
added dist
tsanko Apr 18, 2018
fefa8e0
Update translation.collection.ts
tsanko Nov 22, 2018
98c6b1a
Update package.json
tsanko Nov 22, 2018
9aff468
Added key as a value
tsanko Jan 3, 2019
1b3d623
Bump version
tsanko Jan 3, 2019
e731e70
Update package.json
tsanko Jan 3, 2019
042c822
Update translation.collection.js
tsanko Jan 3, 2019
287b391
Update translation.collection.ts
tsanko Jan 3, 2019
ab54f6c
Bump version
tsanko Jan 3, 2019
b2db768
build: cleanup, dist should not be committed
uded Jan 24, 2019
6b6a507
fix: force parsing html even if it's just text
uded Jan 24, 2019
739ae6f
updated version
Jan 29, 2019
267b3b1
upgraded versions
Jan 29, 2019
c79d73e
Added value in the array to translate better
Jan 29, 2019
9566c95
Added value in the array to translate better
Jan 29, 2019
3f4edb1
Merge branch 'dist' of github.com:jesusvallez/ngx-translate-extract
Jan 29, 2019
002d20b
Created option to save keys only
Feb 13, 2019
bc6d521
Updated package.json
Feb 13, 2019
78e076b
Updated Version
Feb 13, 2019
ad6fcc7
Added npmignore
Feb 13, 2019
3e95e6e
2.3.5-3
Feb 13, 2019
0b566bc
Update README.md
jesusvallez Feb 13, 2019
acc0b1e
Update README.md
jesusvallez Feb 13, 2019
a8b0d34
Update README.md
jesusvallez Feb 13, 2019
fa0d0ce
2.4.0
Feb 13, 2019
c286444
fix: test and directive parser
Feb 13, 2019
54de198
2.4.1
Feb 13, 2019
10a3ddd
Update README.md
jesusvallez Feb 24, 2019
6a4ff13
Update README.md
jesusvallez Feb 24, 2019
b626202
Update README.md
jesusvallez Mar 22, 2019
39dcd6d
Add minimal setup for travis and e2e tests (executing the complete cl…
May 16, 2019
e5a56ce
Add demo-app (angular cli)
May 16, 2019
9022303
Change how to execute e2e and unit tests (to get one complete test re…
May 16, 2019
0564bcb
Use pre-installed node version
May 16, 2019
6ec7c82
Add Build Status to readme
May 16, 2019
673c9b3
Add detailed error output
May 16, 2019
147bba9
Add before script npm run build
May 16, 2019
eb6e206
Merge pull request #1 from sebastianzillessen/feature/XMLCompiler
sebastianzillessen May 16, 2019
7d3469b
Add minimal setup for travis and e2e tests (executing the complete cl…
May 16, 2019
3c9b62b
Add demo-app (angular cli)
May 16, 2019
7e9b707
Change how to execute e2e and unit tests (to get one complete test re…
May 16, 2019
ebbfc16
Use pre-installed node version
May 16, 2019
74c1183
Add Build Status to readme
May 16, 2019
4ab8aa0
Add detailed error output
May 16, 2019
4659515
Add before script npm run build
May 16, 2019
a3cab93
Add me as contributor and adapt npm packages
May 21, 2019
4062601
Version bump to 2.4.2
May 21, 2019
9abe5ca
Merge remote-tracking branch 'origin/master' into jesus
May 21, 2019
b2cc258
Downgrad yargs because of compile issue. Fix Test
May 21, 2019
b776cc7
Add matrix for various node_js versions
May 21, 2019
20f40fa
Merge pull request #3 from sebastianzillessen/jesus
sebastianzillessen May 21, 2019
9f3ea20
Update node version to 8.0.0
May 21, 2019
0d9a138
Enable auto-deployment of new tags
May 21, 2019
77f6191
updating chalk version
May 21, 2019
5c0d6d7
Merge pull request #5 from sebastianzillessen/feature/matrixTravis
sebastianzillessen May 21, 2019
165d7c4
Merge remote-tracking branch 'origin/master' into feature/npmPublish
May 21, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
2.4.1
  • Loading branch information
Jesus Vallez committed Feb 13, 2019
commit 54de1987993f26bb140a6ecabb6fa29ecdc912ba
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jesusvallez/ngx-translate-extract",
"version": "2.4.0",
"version": "2.4.1",
"description": "Extract strings from projects using ngx-translate",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down