Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomatias committed Oct 16, 2024
1 parent 0fb534d commit 1c80248
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,45 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.0.0](https://github.com/ricardomatias/playa/compare/v2.0.0-next.2...v2.0.0)
#### [v2.1.0](https://github.com/ricardomatias/playa/compare/v2.0.0...v2.1.0)

- chore: migrate from jest to vitest [`6287b7e`](https://github.com/ricardomatias/playa/commit/6287b7ec7f1edce3b722e2a7e7a8d12b59abeaef)
- chore: update project dependendices [`0fb534d`](https://github.com/ricardomatias/playa/commit/0fb534deb7e69824c465341a171891a8d2e9207f)

### [v2.0.0](https://github.com/ricardomatias/playa/compare/v2.0.0-next.2...v2.0.0)

> 24 March 2023
- feat(Sequence): add reset method [`#15`](https://github.com/ricardomatias/playa/issues/15)
- feat(Chord): create chord based on given notes [`#35`](https://github.com/ricardomatias/playa/issues/35)
- fix(tools): reworked midi voicing tools + test updates [`f5ef3a0`](https://github.com/ricardomatias/playa/commit/f5ef3a07c9cb3182af36ff22a53f7de4e8076edf)
- fix: random push/pop methods [`eb0fe99`](https://github.com/ricardomatias/playa/commit/eb0fe99d00c9772300e1ee5e07ffebdded0ecb25)
- fix(composition): expose scale in sequence [`82c10ce`](https://github.com/ricardomatias/playa/commit/82c10cef945f3d63ded8e16a8588d0d90007cfa7)
- feat(composition): create new Events namespace with event editing tools [`a6b7263`](https://github.com/ricardomatias/playa/commit/a6b7263b8c57489ab98fa68c4414f6b3f16ff089)
- fix: unified chord and scale creation [`c84875b`](https://github.com/ricardomatias/playa/commit/c84875b751a69ad4508667743cf2231bba2c3226)
- chore: fix formatting config [`bcf06a0`](https://github.com/ricardomatias/playa/commit/bcf06a06c400d3ce9c394de665ae65787099bcd1)
- feat(composition): added insert method to event selection [`89b1181`](https://github.com/ricardomatias/playa/commit/89b11810e532a2c3ec57c757b7b427cbf2aa0d9d)
- feat: improve scale/chord creation [`97c5229`](https://github.com/ricardomatias/playa/commit/97c52293c3c281568ab9fdd3a086ef9500b6badb)
- feat(tools): add new methods to random and fix noise generation [`c9df92b`](https://github.com/ricardomatias/playa/commit/c9df92ba6bc5e1e0c84698917d8b12de6731e962)
- feat(core): added getNotesAt to HarmonyBase [`0b18774`](https://github.com/ricardomatias/playa/commit/0b1877418717a1819b29f2906d07a24002707423)
- feat(composition): added harmonic shift generate function [`aa0950a`](https://github.com/ricardomatias/playa/commit/aa0950ade598eaf9869349a713f3608be27b0c70)

#### [v2.0.0-next.2](https://github.com/ricardomatias/playa/compare/v2.0.0-next.1...v2.0.0-next.2)

> 21 November 2021
- feat: Add zigzag tool [`47bb025`](https://github.com/ricardomatias/playa/commit/47bb025aec7bb82a0f65344335b07b128e5371bb)

#### [v2.0.0-next.1](https://github.com/ricardomatias/playa/compare/v2.0.0-next.0...v2.0.0-next.1)

> 27 August 2021
- feat: Add Harmonic shifts to arp and.. [`c1b6f3a`](https://github.com/ricardomatias/playa/commit/c1b6f3a29c65f92afd7b9d6bdfb24348a9b395d6)
- fix(rhythm): fix rhythm expansion and concatenation [`ed0c380`](https://github.com/ricardomatias/playa/commit/ed0c380ff0edea5ec4b93ddb1408a9c46db05ab6)

#### [v2.0.0-next.0](https://github.com/ricardomatias/playa/compare/v1.2.0...v2.0.0-next.0)

> 12 June 2021
- feat(core): add beats time, measures time initializer, static methods [`#47`](https://github.com/ricardomatias/playa/issues/47)
- feat(analysis): add findMatchingKeys [`#42`](https://github.com/ricardomatias/playa/issues/42)
- feat(core): rename Note .n to .pitch [`#36`](https://github.com/ricardomatias/playa/issues/36)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playa",
"version": "2.0.0",
"version": "2.1.0",
"description": "A framework for developing musical ideas",
"type": "module",
"main": "./build/umd/index.js",
Expand Down

0 comments on commit 1c80248

Please sign in to comment.