A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/rails/sprockets

https://github.com/rails/sprockets - v4.2.2

What's Changed

Full Changelog: https://github.com/rails/sprockets/compare/v4.2.1...v4.2.2

- Ruby
Published by byroot 7 months ago

https://github.com/rails/sprockets - 4.2.1

What's Changed

New Contributors

Full Changelog: https://github.com/rails/sprockets/compare/v4.2.0...v4.2.1

- Ruby
Published by rafaelfranca over 2 years ago

https://github.com/rails/sprockets - 4.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/rails/sprockets/compare/v4.1.1...v4.2.0

- Ruby
Published by rafaelfranca over 2 years ago

https://github.com/rails/sprockets - v4.1.1

  • Fix Sprockets::Server to return response headers to compatible with with Rack::Lint 2.0.

Full Changelog: https://github.com/rails/sprockets/compare/v4.1.0...v4.1.1

- Ruby
Published by rafaelfranca over 3 years ago

https://github.com/rails/sprockets - v4.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/rails/sprockets/compare/v4.0.3...v4.1.0

- Ruby
Published by rafaelfranca over 3 years ago

https://github.com/rails/sprockets - v4.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/rails/sprockets/compare/v4.0.2...v4.0.3

- Ruby
Published by rafaelfranca over 3 years ago

https://github.com/rails/sprockets -

  • Deprecated interfaces now emit deprecation warnings #345

- Ruby
Published by schneems over 9 years ago

https://github.com/rails/sprockets - v3.6.3

- Ruby
Published by schneems over 9 years ago

https://github.com/rails/sprockets - 3.6.1

Some performance improvements

- Ruby
Published by rafaelfranca over 9 years ago

https://github.com/rails/sprockets - 3.6.0

  • Add Manifest#find_sources to return the source of the compiled assets.
  • Fix the list of compressable mime types.
  • Improve performance of the FileStore cache.

- Ruby
Published by rafaelfranca almost 10 years ago

https://github.com/rails/sprockets - 3.5.2

  • Fix JRuby bug with concurrent-ruby.
  • Fix disabling gzip generation in cached environments.

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.5.1

Fix gzip asset generation for assets already on disk.

- Ruby
Published by schneems about 10 years ago

https://github.com/rails/sprockets - 3.0.0

Guide to upgrading from Sprockets 2.x to 3.x

  • New processor API. Tilt interface is deprecated.
  • Improved file store caching backend.
  • MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files.
  • Environment#version no longer affects asset digests. Only used for busting the asset cache.
  • Removed builtin support for LESS.
  • Removed //= include directive support.
  • Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents.
  • Support circular dependencies. For parity with ES6 modules.
  • Manifest compilation will no longer generate .gz files by default. Mixing
    Content-Encoding and ETags is just a bad
    idea
  • Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well.
  • Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation.
  • Add Asset integrity attribute for Subresource Integrity
  • Default digest changed to SHA256. Configuring digest_class is deprecated.
  • Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will
    return a raw byte String in 4.x.
  • Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false
  • manifest-abc123.json renamed to .sprockets-abc123.json

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.0.1

  • Fixed Context#depend_on with paths outside the load path.

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.0.2

  • Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler.
  • Type check and improve error messages raised on bad processor returned results.
  • Improve error message for relative paths not under load path.
  • Changed HTML encoding fallback from ISO-8859-1 to default external.
  • Avoid falling back to 0 mtimes which may cause warnings with tar

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.0.3

  • Fix static asset mtime fallback
  • Only warn when specified asset version can not be loaded.

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.1.0

  • Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file.
  • Fixed static asset mtimes
  • Fix manifest cleanup by age
  • Removed redundant minifier level cache
  • Updated SRI format according to spec changes

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.2.0

  • Updated SRI integrity to align with spec changes
  • Deprecated Manifest integrity attribute
  • Cleanup concatenating JS sources with newlines

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.3.0

  • Change internal cache key to use relative asset paths instead of absolute paths.

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.3.1

  • Fix legacy Tilt integration when locals is required argument.

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.3.2

  • Fix cache contents to use relative paths instead of absolute paths.

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.3.3

  • Remove more absolute paths from cache contents.

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.3.4

  • Relative cache contents now work with windows.

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.3.5

  • Fix bug related to absolute path being reintroduced into history cache #141.

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.4.0

Expose method to override the sass cache in the SassProcessor.

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.4.1

  • PathUtils::Entries will no longer error on an empty directory.

- Ruby
Published by rafaelfranca about 10 years ago

https://github.com/rails/sprockets - 3.5.0

  • Reintroduce Gzip file generation for non-binary assets.

- Ruby
Published by rafaelfranca about 10 years ago