Parcello Versions Save

Golang Resource Bundler [deprecated]

v0.8.2

4 years ago

Changelog

6a70c2f Add Release pipeline c1fadbf Add missing go.sum 65272ba Bump golang version in travis 1e06a9e Migrate to GitHub Actions db021be Remove before_script c072b23 Update README c20d772 Use Gorelease to publish new version 5bd9432 Use Gorelease to publish new version 3c421be Use Phogo Labs CLI package

v0.8.1

5 years ago
  • Use Go modules for dependency management

v0.8

6 years ago

Release Notes

  • BREAKING CHANGE: Replace compression from tar.gz to zip deflate.
  • ADD: Support for bundling resource at the end of a compiled binary by passing -t bunlde.

v0.7

6 years ago

Release Notes

Minor refactoring and document improvements

v0.6

6 years ago

Release Notes

  • CRITICAL FIX: Opening / root directory fails

v0.5

6 years ago

Release Notes

  • ADD: Support of seek in-memory resource
  • ADD: Support of OpenFile flags

v0.4

6 years ago

Release Notes

  • BREAKING CHANGES: Rename the tool from parcel to parcello.
  • Update dependencies

v0.3

6 years ago

Release Notes

  • FIX: Misspelled -quiet flag. Thanks to @skx
  • IMPROVED: Code quality by adding more tests

v0.2

6 years ago

Release Notes

Refactored the code generation and increased the code quality.

v0.1

6 years ago

We are thrilled to announce the first official release of Parcel.

Release Notes

  • ADD: Support for bundling resources recursively
  • ADD: Support for bundling resources as Golang source
  • ADD: Compression of resources as tar.gz blob
  • ADD: Option to exclude files or directories from the bundling
  • ADD: Option to include documentation in the generated bundle