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

Migrate to ES6 #496

Merged
merged 41 commits into from
Feb 21, 2016
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
61906f0
Replace jshint with eslint
forabi Feb 11, 2016
d369a39
Migrate to ES6
forabi Feb 11, 2016
5dc5c24
Remove tests from bower ignore (does not exist)
forabi Feb 11, 2016
0ebb3b4
ESLint: ignore builds and tests
forabi Feb 11, 2016
2487421
Restore test for AMD
forabi Feb 11, 2016
95f853b
Restore deprecation message but do not coerce
forabi Feb 12, 2016
9b73512
ESLint: move ignore to .eslintignore
forabi Feb 12, 2016
150667d
ESLint: extends not needed in test dir
forabi Feb 12, 2016
51aaaa9
Tidy up npm scripts
forabi Feb 12, 2016
d5d53fe
Update builds
forabi Feb 12, 2016
daa442a
Readd comments to browser builds, do not join variables in unminified…
forabi Feb 13, 2016
8aa4a57
Revert version number
forabi Feb 13, 2016
238248a
Add for-in guard
forabi Feb 13, 2016
850286d
Revert depd version
forabi Feb 13, 2016
7832ee3
Remove unnecessary prototype check in toDate
forabi Feb 13, 2016
1a264a0
Revert version number in source
forabi Feb 13, 2016
ad5c980
Remove coersion test
forabi Feb 13, 2016
c9efde6
Remove depd and all related deprecation code
forabi Feb 13, 2016
760015d
Fix isBefore and isAfter defaulting to Date instance instead of string
forabi Feb 13, 2016
3cdb173
Move util to lib/util (only in builds)
forabi Feb 13, 2016
2a3a92d
disable no console warning in root dir
forabi Feb 13, 2016
81337be
Remove unnecessary ignore rules
forabi Feb 13, 2016
0283443
Remove Makefile from bower.json
forabi Feb 13, 2016
bd5e68b
Add explicit dependency "babel-core"
forabi Feb 13, 2016
5197625
ESLint: Add no console warning in src
forabi Feb 13, 2016
11c98c8
Build script: move resolveModuleSource outside waterfall function
forabi Feb 13, 2016
e53389a
bower: ignore index, build and package.json
forabi Feb 13, 2016
bf9232a
Keep things simple
forabi Feb 14, 2016
eaf5088
Specify package files instead of ignored files
forabi Feb 14, 2016
e25b884
assertString throw a TypeError
forabi Feb 15, 2016
a2c4471
Remove extend documentation from README
forabi Feb 15, 2016
8b84882
Add isMobilePhone validation for ar-SY, isAlpha and isAlphanumeric fo…
forabi Feb 16, 2016
369b753
Lint tests
forabi Feb 16, 2016
95f355c
Add Arabic locales with tests for isAlpha and isAlphanumeric
forabi Feb 16, 2016
e44ca88
Update README: Add new Arabic locales
forabi Feb 16, 2016
f919358
Prefer template strings
forabi Feb 20, 2016
af94fb7
Upgrade to ESLint 2, remove unnecessary deps
forabi Feb 21, 2016
b1ff8bc
Remove old ESLint config file
forabi Feb 21, 2016
bf16624
Fix ESLint config
forabi Feb 21, 2016
be9fb9c
Rebase on 4.9.0
forabi Feb 21, 2016
a33b64b
Fix README.md
forabi Feb 21, 2016
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
Remove tests from bower ignore (does not exist)
  • Loading branch information
forabi committed Feb 11, 2016
commit 5dc5c24477ff292e74a75e59b040bebe018883c3
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"node_modules",
"bower_components",
"test",
"tests",
"Makefile"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Makefile no longer exists.

]
}