Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Releases: MarcusCemes/image-processing-pipeline

Webpack, potrace, upgraded internals

30 Aug 09:07
v4.1.0
ead69a3
Compare
Choose a tag to compare

Brings a major upgrade to the inner workings of the core, as well as other packages.
This has been in the works for a while to support new forms of integration, such as the new webpack loader!

🚨 While many aspects remain the same, this may introduce some slight breaking changes 🚨

✨ Added

  • Webpack loader (@ipp/webpack)
  • Potrace pipe (@ipp/trace)
  • Repository tests (package.json sync)

🛠 Changed

  • Better internals for the core
  • Better common types
  • New async unbuffered flow for CLI
  • Better config and manifest formats
  • General improvements
  • Readme, new homepage and in-house documentation

🗑 Removed

  • The broker (@ipp/broker), replaced by a better thread-elevation script

💥 Major v4.0.0 release

08 Jun 13:46
v4.0.0
dcd4667
Compare
Choose a tag to compare

🚨 This is a breaking change 🚨

🎉 Notable changes

  • 🐥 Name change - from Responsive Image Builder to Image Processing Pipeline
  • 👟 Engine - new more flexible processing engine using pipes
  • 📦 Modularity - split from one package into several @ipp scoped npm packages
  • 🐛 Testing and code coverage - finally more robust against bugs
  • 📖 Documentation - with a guide!
  • and more...

This project has undergone yet another rewrite... Each package will now maintain its own version counter and release mechanism. The underlying processing engine has fundamentally changed (for the better!), which means that the new CLI tool is not backwards compatible. It is, however, very easy to set up with the @ipp/cli package.

v3.1.3

13 Jan 19:45
87fb18f
Compare
Choose a tag to compare

3.1.3 (2020-01-13)

Bug Fixes

  • config: config height/width parsing and preset merging (87fb18f), closes #7

v3.1.2

13 Jul 10:29
c634623
Compare
Choose a tag to compare

3.1.2 (2019-07-13)

v3.1.1

06 Jun 16:20
3a28521
Compare
Choose a tag to compare

3.1.1 (2019-06-06)

v3.1.0

26 Apr 20:20
a225328
Compare
Choose a tag to compare

3.1.0 (2019-04-26)

Features

  • pipeline: Add SVG Placeholders (potrace) (58f0471)

v3.0.1

02 Apr 16:40
1ebfbc7
Compare
Choose a tag to compare

3.0.1 (2019-04-02)

Bug Fixes

  • CLI: whitelist 'bin' folder for npm (9632cab)

v3.0.0

02 Apr 13:48
ff5b817
Compare
Choose a tag to compare

3.0.0 (2019-04-02)

Features

BREAKING CHANGES

  • The format of the manfiest.json file has changed, some configuration options have
    been renamed to be shorter and simpler.

v2.1.2 [patch]

29 Mar 07:08
ce56f69
Compare
Choose a tag to compare

Bug Fixes

  • CLI: added the bin field to package.json (03af191)

v2.1.1 [patch]

23 Mar 20:08
91cf78e
Compare
Choose a tag to compare

Bug Fixes

  • webp: fix optimization settings + typos (7a0aa19)