Skip to content

Commit

Permalink
Merge branch 'master' into react-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Aug 28, 2019
2 parents d4348ef + 7c8e0fa commit 278d8f8
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,51 @@
[@resir014]: https://github.com/resir014
[@thakkaryash94]: https://github.com/thakkaryash94

## v44

This release contains no new features, just a lot of codebase modernizations.

### Internals

- Babel is replaced by TypeScript compiler. Now TypeScript is used to transpile
both TypeScript and JavaScript files. [#512], by [@dtinth]

- The whole source tree is automatically formatted using Prettier. [#513], by
[@dtinth]

- Lots of old code and unused dependencies have been removed. [#516], by
[@dtinth]

- Minor warning fixes. [#517], by [@dtinth]

- Added an end-to-end testing, using Puppeteer. [#503], by [@dtinth]

- Upgraded the project to Node 10. [#518], by [@dtinth]

- Fix a problem where `.jsx` files do not pass through `lint-staged`. [#519], by
[@resir014]

- Converted `bms`, `bmson`, `bemuse-notechart`, and `bemuse-indexer` packages to
TypeScript. [#520], [#521], [#522], by [@dtinth]

- Updated service worker code to use `serviceworker-webpack-plugin` instead of
custom service worker hack. [#525], by [@resir014]

- Removed webpack-progress hack. [#525], by [@resir014]

[#512]: https://github.com/bemusic/bemuse/pull/512
[#513]: https://github.com/bemusic/bemuse/pull/513
[#516]: https://github.com/bemusic/bemuse/pull/516
[#517]: https://github.com/bemusic/bemuse/pull/517
[#503]: https://github.com/bemusic/bemuse/pull/503
[#518]: https://github.com/bemusic/bemuse/pull/518
[#519]: https://github.com/bemusic/bemuse/pull/519
[#520]: https://github.com/bemusic/bemuse/pull/520
[#521]: https://github.com/bemusic/bemuse/pull/521
[#522]: https://github.com/bemusic/bemuse/pull/522
[#525]: https://github.com/bemusic/bemuse/pull/525
[#524]: https://github.com/bemusic/bemuse/pull/524

## v43

This release contains multiple contributions from the community! Many thanks to
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bemuse",
"version": "43.0.0",
"version": "44.0.1",
"description": "BEAT☆MUSIC☆SEQUENCE, a web-based music game of the future",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit 278d8f8

Please sign in to comment.