Skip to content

Commit

Permalink
chore() Publish v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyaran committed Mar 7, 2022
1 parent 3640179 commit 2d926ec
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 22 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,28 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
* Check on [changelog folder](changelog).

## [1.3.0] - 2022-03-07
### Added
* Added rules `allow-all-caps` & `allow-all-lowercase` #123.
* Support warn/error levels for rules. (on is assumed as error). #66
* New cli parameter, `--max-warnings` to configure exit code based on number of warnings. #66
* Added rule `related-tags`.

### Changed
* Migrated code and tests to pure babel.
* Tests now use sources instead of compiled files.
* Replace mocha-sinon package with direct use.
* Moved dist to build (just bc personal preference).
* Apply language tag to code blocks on README.
* Babel/nyc tweaks.

### Fixed
* Fix `undefined` use on `availableConfig`.

## [1.2.1] - 2021-11-03
### Added
* (internal) Created method `getNodeForPickle` to map nodes and pickles.
*

### Fixed
* Fix and improve `required-tags` using global.

Expand Down
5 changes: 0 additions & 5 deletions changelog/allow-all-case.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/babel-migration.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/error-levels.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/pretty-readme.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/related-tags.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gplint",
"version": "1.2.1",
"version": "1.3.0",
"description": "A Gherkin linter/validator written in javascript.",
"author": "Luis Zurro",
"homepage": "https://github.com/Nyaran/gplint#readme",
Expand Down

0 comments on commit 2d926ec

Please sign in to comment.