Skip to content

Releases: Turtlepaw/clockwork

1.1.1

30 Dec 22:50
Compare
Choose a tag to compare
  • Fix issues with upgrader
  • Update README to include quick installation instructions

1.1.0

30 Dec 22:17
Compare
Choose a tag to compare

Clockwork

wff-build-script is now Clockwork, an open-source package manager and builder for WFF projects. See the README.md to see how to use it.

1.0.0

30 Dec 01:43
Compare
Choose a tag to compare

Migration to executables and Typescript

The build script now uses typescript (behind the scenes), since it allows for more customization and functionality of the script, such as loaders and automatic dependency downloading. This is compiled as javascript and packaged as executables (e.g. .exe for windows) to include all node dependencies.

These changes are reflected in the README.md.