Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit cc44b27

Browse files
committed
bump version after merge of PR #178
1 parent ce22370 commit cc44b27

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,8 @@ pip-log.txt
222222

223223
#Mr Developer
224224
.mr.developer.cfg
225+
226+
# Lock files
227+
package-lock.json
225228
yarn-error.log
226229
yarn.lock

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ templates/
77
app.js
88
gulpfile.js
99
index.html
10+
package-lock.json
1011
yarn-error.log
1112
yarn.lock

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-validation-ghiscoding",
3-
"version": "1.5.25",
3+
"version": "1.5.26",
44
"author": "Ghislain B.",
55
"description": "Angular-Validation Directive and Service (ghiscoding)",
66
"main": [

changelog.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Angular-Validation change logs
22

3+
1.5.26 (2018-11-13) Merged PR #178 to fix revalidateAndAttachOnBlur method to handle zeroes appropriately
34
1.5.25 (2018-10-29) Add Chinese locale "cn.json" in the locales folder.
45
1.5.24 (2017-09-01) Fix #160, validate on empty not working in angular-service
56
1.5.23 (2017-08-17) Merged PR #162 and #163

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-validation-ghiscoding",
3-
"version": "1.5.25",
3+
"version": "1.5.26",
44
"author": "Ghislain B.",
55
"description": "Angular-Validation Directive and Service (ghiscoding)",
66
"main": "dist/angular-validation.min",

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Angular Validation (Directive / Service)
2-
`Version: 1.5.25`
2+
`Version: 1.5.26`
33

44
## Project in Life Support
55
#### still accepting PR for any bug fix
66

77
This project is now in Life Support since most of us already moved to newer version of Angular. However I do want to point out that if you still use the lib and find a Bug, I certainly still welcome PR (Pull Request) to address bug fixes. So I'm not totally gone but I won't personally invest more time in the lib. Also note that the lib will not be rewritten to support Angular 2+
88

99
On a totally different note, I'm still very active in the Angular 4+ world (even Aurelia world) and you might be interested in looking at some of my other libraries.
10-
- [Angular-Slickgrid](https://github.com/ghiscoding/Angular-Slickgrid)
10+
- [Angular-Slickgrid](https://github.com/ghiscoding/Angular-Slickgrid)
1111
- [Angular Markdown Preview Editor](https://github.com/ghiscoding/angular-markdown-editor)
1212

1313
In the Aurelia world

0 commit comments

Comments
 (0)