compartment
Version:
A type of dependency graph, component manager, and package builder.
21 lines (12 loc) • 407 B
Markdown
# Changelog #
## 0.3.0 ##
* Removed lodash dependency
* Updated to use latest Node.js syntax
## 0.2.0 ##
* Added `Compartment.prototype.getComponent()`
* Refactored sorting to use priority instead of name for comparing
* Refactored the chain building process so that sorting occurs first
## 0.1.1 ##
* Improved conditional checks so no errors are thrown
## 0.1.0 ##
* Initial release of Compartment