Skip to content

Amalgamate 0.0.0

Choose a tag to compare

@bigeasy bigeasy released this 29 Dec 22:21
· 631 commits to master since this release

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.

Sketch of a Merge

Initial minimal notions of what merging staging trees into a primary tree will look like. Based on the log-structured merge tree implementation that was being developed in Locket, this algorithm how now been moved to its own project.

Issue By Issue

  • Release version 0.0.0. #9.
  • Implement minimal merge. #6.
  • Update project name in README and package.json. #5.
  • Update long descriptions. #4.
  • Build on Travis CI. #3.
  • Create an empty project. #2.