Releases: Shopify/packwerk
Releases · Shopify/packwerk
1.1.1
What's Changed
Bug Fixes
self::SOME_CONSTANT
doesn't break the parser anymore #54 (thanks @shageman)- fixes Sorbet TypeError during
packwerk init
on fresh install #77 (thanks @mikelkew) - fix Ruby warnings #82 (thanks @santib)
- refactor
packwerk detect-stale-violations
andpackwerk update-deprecations
#78 (thanks again @santib) - fix a bug in
packwerk check
due to emptypackwerk.yml
file #87 (thanks @alexblackie and @jaruserickson)
1.1.0
1.0.2
What's Changed
Bug fixes
- Fix inflections bug that resulted in missed constant associations violations #53
This bug fix may result in additional valid violations being found / recorded in applications with custom inflections.
- Add missing
.realpath
that was causing validation error #65
This release also includes other refactors to improve the codebase.
1.0.1
What's Changed
This release is broken. Please use v1.0.0
Changes
packwerk update
deprecated in favour ofpackwerk update-deprecations
- This will update messaging in
deprecated_references.yml
files
- This will update messaging in
Bug Fixes
- Vendored gems will no longer be included when
packwerk
is run
1.0.0
Packwerk has been developed in conjunction with the Shopify codebase by several developers. This initial release extracts the existing code from the private repository into a public gem to be open sourced.