Skip to content

Commit

Permalink
Merge branch 'changelog' of https://github.com/broadsw0rd/vectory int…
Browse files Browse the repository at this point in the history
…o changelog
  • Loading branch information
broadsw0rd committed Nov 18, 2017
2 parents 7c51034 + 465ee12 commit cbd92ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@

### Fixed

- Fixed Wrong .angleTo() computing #41
- Fixed Wrong .angleTo() computing [#41](https://github.com/broadsw0rd/vectory/issues/41)

## [1.2.1] - 2017-09-04

### Added

- Support of es6 [pkg.module](https://github.com/rollup/rollup/wiki/pkg.module) #38
- Support of es6 [pkg.module](https://github.com/rollup/rollup/wiki/pkg.module) [#38](https://github.com/broadsw0rd/vectory/issues/38)

## [1.2.0] - 2017-08-29

### Added

- Implemented vector rotation #34
- Implemented vector rotation [#34](https://github.com/broadsw0rd/vectory/issues/34)

- `Vector.rotate(theta, vector)`
- `Vector.prototype.rotate(theta)`
- `Vector.irotate(theta, vector)`
- `Vector.prototype.irotate(theta)`

- Implemented alias `Vector#clone()` for `Vector#copy()` #35
- Implemented alias `Vector#clone()` for `Vector#copy()` [#35](https://github.com/broadsw0rd/vectory/issues/35)

- Implemented filter for benchmark #29
- Implemented filter for benchmark [#29](https://github.com/broadsw0rd/vectory/issues/29)

```
npm run behch -- --filter add
Expand All @@ -35,7 +35,7 @@ list of available filters: `create`, `add`, `sub`, `mul`, `div`, `lerp`, `norm`,

### Fixed

- Fixed vectors' equality: implemented usage of `Number.EPSILON` #36
- Fixed vectors' equality: implemented usage of `Number.EPSILON` [#36](https://github.com/broadsw0rd/vectory/issues/36)

### Removed

Expand Down

0 comments on commit cbd92ef

Please sign in to comment.