Skip to content

Releases: ObjectifiedJS/Pulverized

All native compression...

05 May 19:23

Choose a tag to compare

No need for an external modules anymore... since node 11/12 we have Brotli internally and will just use the internal instance instead of what iltorb exposes...

Yea that documentation

05 Apr 05:20

Choose a tag to compare

So yea... zlib based compression uses level brolti uses quality... the documentation was full of lols...
nothing more...

Circle Ci integration and very basic tests

10 Mar 22:13

Choose a tag to compare

more mature things to come... just trying to get everything setup for what I want to take it...

Streamlining code

06 Mar 09:22

Choose a tag to compare

Just changing something that was unneeded...

Aiming
1.1.1 to contain tests...
1.1.2 to contain native brolti compression IF it exists...
1.1.3 to contain documentation in the readme and in code using jsDoc...

Adding a little bit of use cases within Readme

04 Mar 05:28

Choose a tag to compare

Added some notes where I want to clean up some code and added a number of use cases in the readme... next version, we will add tests...

Good time to cut a version...

04 Mar 00:04

Choose a tag to compare

First Public Version

The first of many versions where I saw a need of instead of using at least 2 packages of compressions methods to now combine those two into one package...

Aiming
1.0.3 to contain documentation in the readme and in code using jsDoc...
1.0.4 to contain tests...