All Versions
71
Latest Version
Avg Release Cycle
27 days
Latest Release
3302 days ago

Changelog History
Page 1

  • v1.1.0 Changes

    March 14, 2015
  • v1.0.1 Changes

    November 22, 2014
  • v1.0.0 Changes

    October 30, 2014
    • use debug instead of consoler.js to warn about requiring components below root
    • โž• add repository redirects for api.github.com requests (if a user rename a repo)
    • require2

      • fix semver sorting for require.latest

    ๐Ÿ”Š For a more in-depth changelog about v1, please read: https://github.com/component/guide/blob/master/changelogs/1.0.0.md.

  • v1.0.0-rc7 Changes

    October 12, 2014
    • ๐Ÿ— component-build

      • update autoprefixer
    • require2

      • provide require.loader
      • provide require.latest(moduleName) to require a remote module without specify the version
  • v1.0.0-rc6 Changes

    October 05, 2014
    • component-build --watch deletes build files if errors occur and doesn't stop the process anymore
    • allow to require locals below the root without throwing an error
    • allow to require paths which cannot be resolved without throwing an error
    • fix requiring files from a local (without file extension)
    • feature: nested locals like foo/bar
    • fix CSS parsing for url rewriting, 10x faster
    • fix module name when exporting as AMD
    • fix AMD export for strict mode
    • fix remaining quotes when rewrite require() paths
    • allow hashtag in CSS URLs
  • v1.0.0-rc5 Changes

    April 07, 2014

    ๐Ÿ›  Primarily bug fixes.

    • ๐Ÿ‘ bitbucket support
    • component-link

      • add --tag
      • remove the requirement of the component name matching the repository name
    • ๐Ÿ— component-build

      • fix --out
      • fix --copy
      • fix file path rewriting for local components
    • ๐Ÿ›  fix component-ls --depth

  • v1.0.0-rc4 Changes

    April 04, 2014

    ๐Ÿš€ Component 1.0.0 is now feature complete. Please help debug and open an issues you may have with this release! 1.0.0 will not be released until http://component.io is updated.

    • โšก๏ธ doc updates
    • ๐Ÿ‘ better debug/error messages
    • ๐Ÿ› bug fixes
    • re-add component install --proxy
  • v1.0.0-rc3 Changes

    April 03, 2014

    ๐Ÿš€ The primary goal of this release is to make 1.0.0 feature complete. Please try all the new commands and provide feedback!

    • โž• add:

      • component build --watch
      • component link
    • โšก๏ธ update component-search to use crawled components

  • v1.0.0-rc2 Changes

    April 03, 2014

    ๐Ÿš€ The primary goal of this release is to test the new commands.

    • โž• add:

      • component-duplicates
      • component-open
      • component-outdated
      • component-pin
      • component-update
      • component-validate
    • ๐Ÿ— reintroduce --standalone to component-build

  • v1.0.0-rc1 Changes

    April 01, 2014

    ๐Ÿš€ The primary goal of this release is to test component install and component build and remove features we've decided to remove.

    • โž• add:

      • component-install semver support
      • component-install now handles redirects (not w/ semver resolution, however)
      • component-crawl
      • component-build <styles|scripts|files> for designating a specific build
      • component-build styles --browsers - default autoprefixer support
      • component-build styles - fix CSS dependency ordering
      • component-build scripts - es6 module support
      • component-build scripts - other generator improvements from builder2
      • component-build scripts - now autorequires by default
    • โœ‚ remove:

      • component-create - moved to component-create
      • component-convert
      • component-wiki
      • component-info
      • component-changes
      • component-install --force
      • component-install custom remotes (for now, need adapter APIs in remotes)
      • component-install proxy - temporarily removed/untested, will be added again later
    • ๐Ÿ”„ changed:

      • component-build scripts --umd from --standalone
    • โšก๏ธ updated to comply with the latest specs