Skip to content

Commit af321d2

Browse files
author
Bas van den Wijngaard
committed
Versionbump to v0.1.1 and update changerlog and development docs
1 parent a087763 commit af321d2

File tree

6 files changed

+15
-49
lines changed

6 files changed

+15
-49
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.1.1] - 2019-11-06
88

99
### Added
1010
- Add custom ancestor selector

DEVELOPMENT.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ This project uses composer and NPM to install all it's development tools and dep
1515

1616
## TODO
1717
- Make better demo-page
18-
- Smaller separate demo's
18+
- Smaller separate demo's (on going)
1919
- Style input validation style a bit nicer (cross and check-marks?)
20-
- Update to latest/stable versions for (dev)dependencies
2120
- Better documentation (features and options in table?)
2221
- Explain writing/adding custom validators
2322
- Add more (core) validators

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Generic client-side form validator written in JavaScript with focus on being:
66
* Extendable
77
* Easy-to-use
88

9-
Version: 0.1.0
9+
Version: 0.1.1
1010

1111
For changes, see changelog: [CHANGELOG.md](CHANGELOG.md)
1212

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html><html lang="nl-NL">
22
<head>
33
<title>Mighty Form Validator - Demos</title>
4-
<link rel="stylesheet" href="assets/css/app.css">
4+
<link rel="stylesheet" href="./demo/assets/css/app.css">
55
</head>
66

77
<body>

package-lock.json

Lines changed: 9 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mighty-form-validator",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"private": false,
66
"scripts": {},
@@ -17,7 +17,7 @@
1717
"gulp-sass": "^4.0.2",
1818
"gulp-sourcemaps": "^2.6.5",
1919
"gulp-uglify": "^3.0.2",
20-
"jshint": "^2.10.2",
20+
"jshint": "^2.10.3",
2121
"jshint-stylish": "^2.2.1",
2222
"stream-combiner2": "^1.1.1"
2323
}

0 commit comments

Comments
 (0)