Skip to content

Releases: teclone/rollup-all

v1.4.1

04 Mar 11:42
Compare
Choose a tag to compare

1.4.1 (2019-03-04)

Bug Fixes

  • fix multi-folder mix up during build (f1aa3ca)

v1.4.0

03 Mar 13:53
Compare
Choose a tag to compare

1.4.0 (2019-03-03)

Features

  • don't generate two separate build any more, minify build when running in production env (8961767)

v1.3.1

05 Aug 15:11
Compare
Choose a tag to compare

1.3.1 (2018-08-05)

Bug Fixes

  • keep output file extensions to always be .js for all all project file type (5d14f8c), closes #2

v1.3.0

23 Jul 20:35
Compare
Choose a tag to compare

1.3.0 (2018-07-23)

Features

  • deep-asset-copy: �add ability to copy deep asset files through the recursive mkDir utility met (f9d394a)
  • add support for rollup.js watch and globals options (ec43b4a)

v1.2.0

17 Jul 23:11
Compare
Choose a tag to compare

1.2.0 (2018-07-17)

Features

  • Add clear project documentation, how to contribute note, and project maintainers footer (64a205a)

v1.1.0

16 Jul 21:29
Compare
Choose a tag to compare

1.1.0 (2018-07-16)

Bug Fixes

  • fix incorrect merging of user defined config and default config build files. (84c3cfc), closes #1

Features

  • create a mergeObjects utility method that will be used to merge user defined build config opti (0141487)

v1.0.0

16 Jul 16:51
Compare
Choose a tag to compare

1.0.0 (2018-07-16)

Bug Fixes

  • run check for the presence of the main module, else default to dirname path (a36da68)

Features

  • add a getConfig method that returns the final build config for each module's build kind cum ug (ddd9d38)
  • add a getEntryPath method that inspects the run path and extracts the project root directory (c510e2f)
  • add a getExternalModules method that returns the a map of all the modules containing each modu (ae1880b)
  • add a getModules method that recursively iterates through the src directory and returns an arr (bf121c1)
  • add a regex resolver method to help include, exclude regex patterns as defined in the build co (30eda8a)
  • add an "externalModules" entry config array to our localized default build config file. (6b2a690)
  • add dist build feature to the exported config (393c4f1)
  • add more config entries to our localized default build rc json config file. (d03bfa7)
  • add more config options to our build localized config file. enable separated dist and lib buil (469211a)
  • create a getExports method that iteratively walks through all modules and returns the build co (9895376)
  • create a Util modules that offers useful utility functions to other project modules (9a58284)
  • create localized build config rc json file that defines default build configuration settings (5b9ac04)
  • create the bundler module with bare components (7cc1a60)
  • create the main export/entry file. these is the API facing end that is used to interact with t (7095bde)