All Versions
14
Latest Version
Avg Release Cycle
48 days
Latest Release
2781 days ago

Changelog History
Page 1

  • v1.0.1 Changes

    September 06, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix unpacking tar.gz when running on unpriveleged containers
  • v1.0.0 Changes

    April 09, 2016

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿšš Rails support has been removed. Use [torba-rails][torba-rails] instead.
    • torba/verify no longer checks, whether it is executed within Rake task or not. This was a workaround for Rails support, which is no longer a goal of this gem.
    • torba/verify no longer checks TORBA_DONT_VERIFY env variable. Same as above.

    โฌ†๏ธ Upgrading notes

    โšก๏ธ If you are a non-Rails user, this should be a non-breaking update. In rare cases, when you depend on old behaviour of torba/verify, please, add the conditionals to your application code.

    ๐Ÿš… Rails users should:

    ๐Ÿš… 1. Replace gem "torba" with gem "torba-rails" in the Gemfile. ๐Ÿšš 2. Remove require "torba/verify" from boot.rb. ๐Ÿšš 3. Remove require "torba/rails" from application.rb.

    1. Unset obsolete TORBA_DONT_VERIFY env variable if present.

    โœจ Enhancements

    • Rake task accepts a block to be executed before packing process

    ๐Ÿš… [torba-rails]: https://github.com/torba-rb/torba-rails

  • v0.7.0 Changes

    March 13, 2016

    โœจ Enhancements

    • torba show command
    • torba open command
  • v0.6.0 Changes

    March 11, 2016

    โœจ Enhancements

    • Torba.cache_path= setter

    ๐Ÿ› Bug fixes

    • ๐Ÿ’… Handle stylesheets that mention nonexisting assets (e.g. with SCSS variables)
  • v0.5.1 Changes

    March 09, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ’… Treat SASS/SCSS files as regular stylesheets
  • v0.5.0 Changes

    January 30, 2016

    โฌ†๏ธ Upgrading notes

    ๐Ÿšš Rails users are advised to remove manual execution of torba pack from ๐Ÿš€ their deployment scripts, since the command now is a part of ๐Ÿฑ rake assets:precompile.

    โœจ Enhancements

    • ๐Ÿ‘Œ Support deployment to Heroku
    • ๐Ÿฑ torba pack is automatically injected into rake assets:precompile in Rails applications
    • torba install command is a mapping for torba pack

    ๐Ÿ› Bug fixes

    • Retry 5 times if fetching a remote file fails
  • v0.4.2 Changes

    January 19, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿฑ Remote url() assets should not be given to asset_path
    • ๐Ÿ‘Œ Support both url(data: and url('data: in css
  • v0.4.1 Changes

    January 15, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ’… Do not add the .erb extension for stylesheets that don't need it.
  • v0.4.0 Changes

    August 20, 2015

    โœจ Enhancements

    • ๐Ÿ‘ป The exception that gets raised during torba verify now list the missing packages
  • v0.3.1 Changes

    July 02, 2015

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix no asset found when a CSS url contains "?#iefix" or "#svg-fragment"