Skip to content

Releases: scssyworks/rollup-boilerplate

v1.1.5

08 Aug 15:48
Compare
Choose a tag to compare

This is the first major release for this tool

  1. Create library projects for TypeScript, JavaScript and React
  2. Customize your libraries according to your needs

v0.5.7

26 May 10:23
Compare
Choose a tag to compare
v0.5.7 Pre-release
Pre-release

Fixed an issue with build introduced in v0.5.6

v0.5.6

26 May 10:12
Compare
Choose a tag to compare
v0.5.6 Pre-release
Pre-release

Updated rollup babel package to latest version

v0.5.5

26 May 10:04
Compare
Choose a tag to compare
v0.5.5 Pre-release
Pre-release

Updated dependencies to latest versions

v0.5.4

23 Dec 10:12
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release

Fixed a minor issue where development build was getting generated using npm run build command

v0.5.3

22 Dec 18:51
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release

Now react projects can be created using the boilerplate
Inquirer options updated
Bug fixes

v0.4.0

22 Dec 11:20
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Updated HTML start page
Boilerplate builder will now ask for description instead of defaulting it to existing package.json file
A separate IIFE build will be used for development mode

v0.3.11

18 Dec 08:43
Compare
Choose a tag to compare
v0.3.11 Pre-release
Pre-release

Added ability to ignore project files (that prevented CLI to start the wizard) to successfully create rollup project via CLI.

v0.2.0

21 Sep 16:54
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Fixed issue with local installation
rollup boilerplate now respects existing package.json file
You can now place certain project files (e.g. .gitignore, .eslintrc, etc.) before hand and rollup boilerplate will not replace them at the time of installation.
You can allow certain files in your folder by placing a allowedFiles.js file with following format:

module.exports = [
  '.gitignore',
  '.eslintignore',
  ...
];

v0.1.1

15 Sep 14:16
ecd6a8d
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Fixed an issue with npm install not working on some PCs.
Now MIT license is added by default as it is the license used by majority of plugin developers.
Create library wizard now asks for keywords. These keywords are added to final package.json file.