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

+ i18n.disableReload; ~ fs.watch->chokidar; #308

Closed
wants to merge 43 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
2310c9a
+ i18n.disableReload;
May 7, 2017
a77d6ff
~ v0.8.4; steadfestiness of setLocale
Oct 24, 2017
3ad9b78
~ m
Oct 24, 2017
9b98552
~ ci; mocha ^3.5.3
Oct 24, 2017
3a7042d
~ ci;
Oct 24, 2017
0630df4
~ ci;
Oct 24, 2017
2e0f7cb
- package.json: max ver, ci
Jan 11, 2018
351f7ac
~ package.json: "sinon": "4.0.1"
Jan 11, 2018
3100c53
~ package.json: drop node <4, ci, v 0.9.0
Jan 11, 2018
a5c95ca
- logs
Feb 16, 2018
a77a8c8
~update deps, ~ test: longer wait on autoreload
Feb 16, 2018
95ac065
~update deps, ~ test: longer wait on autoreload
Feb 16, 2018
cf0e120
- drop iojs support in tests
Feb 16, 2018
9b5e282
~ test
Feb 16, 2018
ef7494b
~ debug.log = warn.log = console.log
Sep 7, 2018
edc43de
fix: .snyk & package.json to reduce vulnerabilities
snyk-bot Dec 9, 2018
be710fd
Merge pull request #1 from Spown/snyk-fix-uuew4h
Dec 9, 2018
d7afdd8
~ update deps, clean es3 forin
Dec 9, 2018
934d702
~update deps, @0.9.2
Dec 9, 2018
273d186
~update deps, messageformat@^0
Dec 9, 2018
15855e8
~update deps, "node": ">=8"
Dec 9, 2018
80de554
+ __e, Constructor; tests
Jul 15, 2019
ef5e1e5
~ travis
Jul 15, 2019
c3739c0
~ try fix getLocale should return default setting
Jul 17, 2019
75d1094
~-||-, -node@9
Jul 17, 2019
6a03f42
~ -||-
Jul 17, 2019
c04e49b
+eslint;
Jul 19, 2019
c415ebb
~ travis, appveyor
Jul 19, 2019
8036e9a
+~ dev: nyc
Jul 19, 2019
5416ccd
- "test-ci": "yarn eslint"
Jul 19, 2019
584c947
~ .travis.yml
Jul 19, 2019
8a9fc59
~ .travis.yml
Jul 19, 2019
394d517
~ .travis.yml
Jul 19, 2019
0ebfbb5
~ .travis.yml
Jul 19, 2019
dd98e5c
~ .travis.yml: back to npm
Jul 19, 2019
e32ec95
~ .travis.yml: --ci
Jul 19, 2019
b2b96f6
~ .travis.yml: just mocha
Jul 19, 2019
9a9c672
~ .travis.yml: just mocha --exit
Jul 19, 2019
2892b73
~ .travis.yml: back to yarn, mocha --exit
Jul 19, 2019
d306173
~ .codeclimate.yml
Jul 19, 2019
eb89034
~ .codeclimate.yml ver 2
Jul 19, 2019
7028e59
~ __e: phrase morph; tests
Aug 11, 2019
4ad4778
~ setLocale: returns getLocale of this, not i18n
Aug 12, 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
13 changes: 13 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: "2" # required to adjust maintainability checks
engines:
duplication:
enabled: true
Expand All @@ -18,3 +19,15 @@ exclude_paths:
- coverage/
- locales/
- node_modules/
checks:
nested-control-flow:
config:
threshold: 8
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ coverage/
examples/
locales/
node_modules/
test/
i18n-cov.js
index.js
Loading