Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

44 lines (32 loc) · 1.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

3.0.0 - 2018-11-02

  • BREAKING CHANGE - Removed .windows(...), use .compile() instead as you can access more platforms.

2.5.0 - 2018-11-02

  • Added iOS, Mac, Linux, Android, and Nintendo Switch exports.
  • More CLI Options

2.3.0 - 2018-??-??

  • [Issue #8 ] Error array returned
  • Error summary
  • Fix errors with certain events not going off at the right time

2.2.0 - 2018-08-18

  • [Issue #6 ] Iterative Compiling, aka do not delete build files after a build.

2.1.0 - 2018-10-18

  • Renamed windows() to compile(), you provide what platform you want here. note only windows works here.
  • windows({...}) still works but is deprecated and will be removed in 3.*.*
  • [Issue #1] Windows: Projects will compile if they are missing platform options.

2.0.4 - 2018-08-19

  • Checked if you actually own what you want to export to
  • Removed temporary folder after compiling

2.0.3 - 2018-08-16

  • Added type declarations so you can import rubber with typescript

2.0.2 - 2018-08-15

  • Remove a test project that got accidentally published

2.0.1 - 2018-08-15

  • On windows, cli wont actually launch.

2.0.0 - 2018-08-15

  • Rewrite in TypeScript
  • BREAKING CHANGE Total JS api change.