Skip to content

Releases: CGA1123/slugcmplr

v0.0.15

05 Apr 16:20
Compare
Choose a tag to compare

Changelog

  • Relax Procfile processes definition regex (#130)

v0.0.14

03 Jan 17:00
7a8137f
Compare
Choose a tag to compare

Changelog

v0.0.13

02 Dec 11:32
Compare
Choose a tag to compare

Changelog

v0.0.12

01 Dec 16:57
5f4090f
Compare
Choose a tag to compare

Changelog

v0.0.11

27 Nov 19:26
ca878dc
Compare
Choose a tag to compare

Changelog

v0.0.10

26 Nov 20:44
d1801e5
Compare
Choose a tag to compare

Changelog

v0.0.9

26 Nov 20:43
Compare
Choose a tag to compare

Changelog

v0.0.8

04 Sep 18:50
Compare
Choose a tag to compare

Changelog

  • Fix an issue with decompressing order and symlinks #23
  • Add support for symlinks in source blobs #24
  • Add slugcmplr image subcommand #25
  • Extract a slugcmplr package #27
  • Improved documentation

Full Changelog: v0.0.7...v0.0.8

v0.0.7

20 Aug 13:03
Compare
Choose a tag to compare

Changelog

  • Adds support for .slugignore files (#18)
  • Using a buildpack that failes to detect now fails the compilation (#17)

v0.0.6

17 Aug 21:08
Compare
Choose a tag to compare

Changelog

This is basically a complete rewrite, changing the approach from making use of
Heroku's build infrastructure via a compiler app, to reimplementing a version
of Heroku's Slug Compiler.

This means that there's more control over the build process, and it's more fun :)

In theory people could run this on much beefier boxes, with better caching of
whatever they need to build their apps.