Skip to content

Commit

Permalink
Merge tag 'v5.0.1' into develop
Browse files Browse the repository at this point in the history
Fixed issues with infinite possible values reverting to infinity when zero provided as a value
  • Loading branch information
rohan-deshpande committed Sep 3, 2019
2 parents c8387f4 + 3eb1be5 commit 6a0ccdf
Show file tree
Hide file tree
Showing 30 changed files with 14,410 additions and 11,610 deletions.
28 changes: 20 additions & 8 deletions CHANGELOG.md
Expand Up @@ -5,20 +5,32 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## `v5.0.0-alpha` - 2019-07-09
## `v5.0.1` - 2019-09-02

### Fixed

- Emitters will now accept 0 as an allowed value for `totalEmitTimes` and `life` and not default to `Infinity` in these cases
- Behaviours will now accept 0 as an allowed value for `life` and not default to `Infinity` in these cases
- Security vulnerabilities

### Added

- Tests to cover this

## `v5.0.0-alpha` - 2019-07-09

### Added

* `docs-build` script which installs esdoc, builds the docs, then uninstalls it to get around the security vulns
- `docs-build` script which installs esdoc, builds the docs, then uninstalls it to get around the security vulns

### Changed

* Moved `three` to a peer/dev dependency
* Have copied core math classes which are absolutely needed internally, other dependencies are now passed in to functions/constructors as arguments
* Tests and examples all updated to be working
* Updated to webpack 4
* Updated to babel 7
* Bundle size is now **~103kb**
- Moved `three` to a peer/dev dependency
- Have copied core math classes which are absolutely needed internally, other dependencies are now passed in to functions/constructors as arguments
- Tests and examples all updated to be working
- Updated to webpack 4
- Updated to babel 7
- Bundle size is now **~103kb**

## `v4.0.4` - 2019-06-27

Expand Down
2 changes: 1 addition & 1 deletion build/three-nebula.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/three-nebula.js.map

Large diffs are not rendered by default.

0 comments on commit 6a0ccdf

Please sign in to comment.