Skip to content

Commit

Permalink
Patch: Added change log to matchRules
Browse files Browse the repository at this point in the history
  • Loading branch information
naman03malhotra committed Jul 29, 2020
1 parent 28122b4 commit 163b759
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Changelog

<!--
Read this section if it's your first time writing changelog, if not read anyway.
Guidelines:
- Don't dump commit log diffs as changelogs. Bad idea, it is.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- the latest version comes first.
Tags:
- Added: for new features.
- Changed: for changes in existing functionality.
- Deprecated: for soon-to-be removed features.
- Removed: for now removed features.
- Fixed: for any bug fixes.
- Security: in case of vulnerabilities.
Good to have: commit or PR links.
-->

## 1.3.0 [#20](https://github.com/naman03malhotra/match-rules/pull/20)

### Minor

- Minor: Fix when source is a different type, exit gracefully

## 1.2.3 - 1.2.8

### patches

- ReadMe and example updates

## 1.2.3 [#13](https://github.com/naman03malhotra/match-rules/pull/13/files)

### Patch

- added coveralls coverage for code

## 1.2.0 [#9](https://github.com/naman03malhotra/match-rules/pull/9/files)

### Minor

- Removed esm module build and added MIT license

## 1.1.1 [#8](https://github.com/naman03malhotra/match-rules/pull/8/files)

### Minor

- MatchRules is now a default export

### 1.0.1 [#1](https://github.com/naman03malhotra/match-rules/pull/1/files)

### Feat (Major)

- First stable version
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "match-rules",
"version": "1.3.0",
"version": "1.3.1",
"description": "A javascript utility for conditional rendering (implementing business logic) of complex rules using a rules and source object.",
"main": "lib/match_rules.js",
"repository": {
Expand Down

0 comments on commit 163b759

Please sign in to comment.