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.
- BREAKING CHANGE - Removed
.windows(...)
, use.compile()
instead as you can access more platforms.
- Added iOS, Mac, Linux, Android, and Nintendo Switch exports.
- More CLI Options
- [Issue #8 ] Error array returned
- Error summary
- Fix errors with certain events not going off at the right time
- [Issue #6 ] Iterative Compiling, aka do not delete build files after a build.
- Renamed
windows()
tocompile()
, 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.
- Checked if you actually own what you want to export to
- Removed temporary folder after compiling
- Added type declarations so you can import rubber with typescript
- Remove a test project that got accidentally published
- On windows, cli wont actually launch.
- Rewrite in TypeScript
- BREAKING CHANGE Total JS api change.