Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #20 from nawordar/v0.5.0
Browse files Browse the repository at this point in the history
V0.5.0
  • Loading branch information
nawordar authored Sep 9, 2019
2 parents 69a3bf7 + a3aebef commit c8b8406
Show file tree
Hide file tree
Showing 5 changed files with 3,794 additions and 3,669 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
!.gitignore
!.npmignore

# Allow only pnpm's lock file
# Allow only yarn lock file
*lock*
!pnpm-lock.yaml
!yarn.lock

# These directories should never be committed
/lib
Expand Down
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.5.0] - 2019-09-09
### Added
- `notNull()` method

### Changed
- Switched from `yarn` to `pnpm`.
It is recommended for contributors to use `pnpm` and commit `pnpm-lock.yaml` when changing `devDependencies`.

## [0.4.1] - 2019-09-05
### Added
- Possibility of using `true` with `when()` function
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-when",
"version": "0.4.1",
"version": "0.5.0",
"description": "JavaScript functional implementation of switch/case written in TypeScript",
"main": "./lib/when.js",
"types": "./lib/when.d.ts",
Expand All @@ -15,6 +15,7 @@
"url": "git+https://github.com/nawordar/ts-when.git"
},
"keywords": [
"util",
"switch",
"case",
"when"
Expand Down
Loading

0 comments on commit c8b8406

Please sign in to comment.