Skip to content

Releases: charto/cbuild

v0.1.8

28 Jan 17:16
Compare
Choose a tag to compare
  • Export additional API functions.

v0.1.7

21 Nov 18:51
Compare
Choose a tag to compare
  • Fix imports of index.js files that omit the actual file name.

v0.1.6

14 Nov 07:54
Compare
Choose a tag to compare
  • Fix redirections of imports with relative paths.

v0.1.5

08 Sep 12:10
Compare
Choose a tag to compare
  • Allow configuring minification.

v0.1.4

07 Sep 17:17
Compare
Choose a tag to compare
  • Fix path to process shim.
  • Fix issue with printing deps for files omitted from build.
  • Map Node.js internal modules to an empty module.
  • Allow specifying SystemJS builder configuration.

v0.1.2

14 Feb 09:59
Compare
Choose a tag to compare
  • Add -I option to include additional config files in output.
  • Allow mapping package names to other package names.
  • Allow importing individual files from npm packages.
  • Fix generated config file paths on Windows.

v0.1.1

20 May 19:45
Compare
Choose a tag to compare
  • Add initial Windows support.

v0.1.0

06 May 06:35
Compare
Choose a tag to compare
  • Fix bug with -v and -x flags used together.
  • Improve error reporting.

v0.0.7

04 May 14:54
Compare
Choose a tag to compare
  • Add --static flag to create sfx bundles.

v0.0.6

18 Apr 17:59
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  • Add debug flag to set NODE_ENV inside bundle.
  • Set debug flag if environment variable NODE_ENV equals "development".
  • Add typings for systemjs-builder results.
  • Improve command line flag parsing, add quiet and verbose flags.
  • Print file dependency tree in verbose output using ANSI colors.