Skip to content

Releases: mfinelli/bankrupt

v3.0.0

21 Aug 16:58
v3.0.0
205df1a
Compare
Choose a tag to compare
  • Drop support for ruby 2.4.
  • Mark uploaded assets as immutable in the Cache-Control header.

v2.1.2

20 Jan 20:44
v2.1.2
b480302
Compare
Choose a tag to compare

Take options into account to ensure unique asset lookups.

v2.1.1

09 Jan 23:27
v2.1.1
496a43b
Compare
Choose a tag to compare

Ensure that the purge task works with hashless assets.

v2.1.0

07 Jan 00:05
v2.1.0
5a9f79e
Compare
Choose a tag to compare

Add support for unversioned ("hashless") assets.

  • Add new configuration file and hashless option (file glob array) to upload files to the CDN without their md5 hash appended.
  • Add new raw helper to just return the full URL of an asset.
  • Add upload support for PDF files.

v2.0.1

30 Jul 20:56
v2.0.1
0a5d638
Compare
Choose a tag to compare

Add support for uploading font files (eot, ttf, woff, and woff2) to the cdn during the bankrupt:cdn rake task.

v2.0.0

12 Jun 11:09
v2.0.0
f79b237
Compare
Choose a tag to compare

This major release changes the default cache behavior of assets uploaded to s3 to make them expire in one year.

  • Set cache-control header on objects uploaded to s3 (1 year).
  • Add new rake task to remove old objects (anything not in the current manifest) from s3.
  • Extend test covertage to rake tasks.
  • Drop support for ruby 2.3.x which might be considered breaking, but has actually always been the case just unnoticed until the test coverage was extended and exposed the problem, so I'm considering it a bugfix.

v1.1.0

05 Jun 23:34
v1.1.0
ab5d37e
Compare
Choose a tag to compare

Add support for img tags along with the ability to add other attributes.

v1.0.1

30 Dec 20:03
v1.0.1
cdc5d02
Compare
Choose a tag to compare

Add support for slim v4.

v1.0.0

10 Aug 09:37
v1.0.0
adb2f3d
Compare
Choose a tag to compare

First stable release. Combines all old, internal code (rake tasks, helper module) with new updates (modification for public release, utility methods).

  • Add rake task for generating manifest files.
  • Add rake task for uploading assets to AWS s3 bucket.
  • Add utility method for parsing manifest files.

v0.1.0

25 Jul 10:06
v0.1.0
2fef4c8
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release.