Embedthis Bit Changelog

What's new in Embedthis Bit 0.9.2-0

Jan 4, 2014
  • Add support for SemVer versioning.
  • Add bit.target.cmdfiles for a space separated list of files

New in Embedthis Bit 0.9.1-0 (Jan 4, 2014)

  • Minor Features:
  • Add support for the Pak package manager.
  • Add support for package.json files
  • Fixes:
  • Fix generation of scripts when target.home is non-default

New in Embedthis Bit 0.9.0-0 (Jan 3, 2014)

  • Minor Features:
  • Search for configuration pack description files in local packs directories first.
  • Add bit -watch to monitor tree for changes and rebuild
  • Fixes:
  • Fix generation of scripts when target.home is non-default

New in Embedthis Bit 0.8.8-0 (Oct 1, 2013)

  • Broken GitHub download requests. Fix HTTP library host header. Should not include :443. [issue 36]

New in Embedthis Bit 0.8.7 (Oct 1, 2013)

  • Minor Features:
  • Enhance Makefile generation to support generation for non-configured projects. [issue 32]
  • Search up local source tree for required packs [issue NN]
  • Fixes:
  • Fix vxworks dynamic module loading. Configure was setting this to false. [issue 33]
  • Fix "bit -deploy dir" to correctly calculate relative paths [issue 34]
  • Fix empty quotes in windows makefiles [issue 35]

New in Embedthis Bit 0.8.6 (Oct 1, 2013)

  • Minor Features:
  • Move compiler settings from bit.defaults to bit.packs.compiler [issue 25]
  • Improve generated makefiles using top level CFLAGS, LDFLAGS [issue 26]
  • Improve simple bit files to support "requires" to search for packs [issue 27]
  • Add packs for: appweb [issue 28]
  • Fixes:
  • Fix vxworks makefile generation [issue 29]
  • Fix CPU setting in "configure --platform os-arch:CPU" [issue 30]
  • Fix simple (non-configured) bit use on windows. Add quotes to compile and link args. [issue 31]

New in Embedthis Bit 0.8.5 (Oct 1, 2013)

  • Minor Features:
  • Optimize bit file blending
  • Enhance bit packs. Support pack dependencies via 'requires', 'discover' and 'after' properties. [issue 14]
  • Generalize bit command line targets into bit goals [issue 15]
  • Fully support imported bits and bits/bit.es [issue 16]
  • Modularize configuration and generation into separate files. Reduced memory footprint.
  • Optimize bit startup time
  • Add static build makefile generation [issue 17]
  • Add VxWorks makefile generation capability [issue 18]
  • Add bit deploy for staging files to be installed [issue 19]
  • Add pack generate property callback [issue 20]
  • Allow pure functions for events, pack paths, and other callbacks [issue 21]
  • Fixes:
  • Rename settings.required to 'requires' and target.require to 'requires' [issue 22]
  • Fix out-of-source-tree builds [issue 23]
  • Fix reconfigure option [issue 24]