Releases: jamro/jsbattle
Releases · jamro/jsbattle
v2.1.11
v2.1.4
Added
- Share battle link
- Challenges section
- Deployment scripts (see ansible-role-jsbattle)
- Tracking build numbers
- Introducing LernaJS (refactoring to monorepo)
- UBD files schemas
Changed
- documentation update
Security
- UBD cannot set useSandbox, executionLimit and initData of AI
Removed
- UBD replays (use battle sharing instead)
v2.0.2
Added
- adding spritesheets as static resources
Changed
- tests of website are based on Puppeteer + Mocha instead of PhantomJS + CasperJS (PhantomJS project is discontinued)
- refactoring of the website
- build process revised and simplified
- documentation update (related with changes in build process)
- dependencies/libraries update
Fixed
- Bugfix: renaming of AI script to the same name results in removing it
Removed
- removed CasperJS dependency (replaced by Mocha)
- removed PhantomJS dependency (replaced by Puppeteer)
- removed Pixi Packer dependency
- removed ImageMagic / GraphicsMagic dependency
- removing gulp-mocha dependency (running Mocha directly)
- removing building spritesheets from build process to make it simpler
v2.0.1
v2.0.0
Added
- JsBattle server (hosting of static content)
- UBD Player (command line tool)
Changed
- structure of /dist folder holds server and client parts
- update of external libs
- UI improvements
Fixed
- calculation of simulation step duration is more precise
- fixing tests (basing on local instance of Mocha to remove global dependency)
Removed
- http-server is no more bundled with JsBattle. Dedicated web-server is used
v1.5.0
v1.4.7
Changed
- update of libraries to latest versions
- migration from Bootstrap v3 to v4
- Documentation improvements
Fixed
- unit tests fix
Security
- Fixing vulnerability in handlebars.js 3.0.3 by lib upgrade (CVE-2015-8861)
- Fixing vulnerability in hoek 2.16.3 by lib upgrade (CVE-2018-3728)
- Fixing vulnerability in marked 0.3.6 by lib upgrade (CVE-2017-1000427, CVE-2017-17461)
- Fixing vulnerability in UglifyJS2 2.3.6 by lib upgrade (CVE-2015-8858, CVE-2015-8857)