π¨ NOTE π¨
In previous versions of this library, the {fix}
tag was applied incorrectly. Instead of resizing an image to fixedResolution
, it merely copied the image at its original size. Please use the {nomip}
tag introduced in this version if you require the previous behavior.
What's Changed
- feat: add stat object that stores transformation information by @GoodBoyDigital in #117
- feat: add onComplete to watch by @GoodBoyDigital in #119
- feat: add nomip tag to avoid mipmaps being generated by @Zyie in #120
- feat: add strict mode by @Zyie in #121
- fix: report success at the right time by @GoodBoyDigital in #115
- fix: deleting asset causing crash when watching assets by @GoodBoyDigital in #118
- fix: Errors resulting from identical TPS file names in different dir by @h1ve2 in #111
New Contributors
Full Changelog: v1.3.0...v1.4.0