Skip to content

Releases: bigeasy/blocker

Release 0.0.2

03 Mar 13:52
Compare
Choose a tag to compare

Make stream a Public Property

May as well make the stream a public property because I'm finding that I'm passing them around together in most applications.

Issue by Issue

  • Update keywords in package.json. #14.
  • Release version 0.0.2. #13.
  • Upgrade Cadence to 0.0.36. #12.
  • Upgrade Proof to 0.0.44. #11.
  • Make stream a public property. #10.

Blocker 0.0.1

03 Mar 13:51
Compare
Choose a tag to compare

Read Blocks

This did not turn out to be a terribly complicated library after all. Most of the complexity is built into Node.js stream libraries now. Both chunking and buffering are provided by stream.Readable.

Issue by Issue

  • Release version 0.0.1. #9.
  • Assert that block is properly sliced #8.
  • Implement basic block reading interface. #7.

Blocker 0.0.0

15 Feb 18:51
Compare
Choose a tag to compare

Initial Empty Project

An initial release containing an empty library. The project has all the
component parts, README, LICENSE and a basic index.js and unit test. It
builds on Travis CI and ships its coverage to a public web server.

Issue by Issue

  • Release version 0.0.0. #6.
  • Update description. #5.
  • Ship coverage from Travis CI to web server. #4.
  • Build on Travis CI. #3.
  • Create empty project. #2.