Granular install hook support
Starting with this release, the hooks provided by the buildpack are improved:
- The
post_compile
hook is moved ahead in the build process, it is now executed immediately after the project is built, allowing modifications to be done with the .build folder, checked out dependency sources, etc. - Two new hooks –
pre_install
andpost_install
– are introduced before and after the built binaries are moved to their final location in the image.