Comparing version 0.3.0 to 0.4.0
@@ -6,2 +6,16 @@ # Change Log | ||
# [0.4.0](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.2.12...@dags/dag@0.4.0) (2020-10-26) | ||
### Features | ||
* reimplement according to constructor interface ([49b2418](https://github.com/AlexanderLapygin/dags/commit/49b2418e12f4813c43bd5534b5560512ac5cc148)) | ||
* remove newUID method of Dag ([d68c45b](https://github.com/AlexanderLapygin/dags/commit/d68c45b00c7601b40cc661202e3d2a30af8b768b)) | ||
* remove newUID methods from uid-uuid and uid-counter ([50e90c7](https://github.com/AlexanderLapygin/dags/commit/50e90c77fd88e44870b36e675875bbfa42c8811e)) | ||
## [0.2.12](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.2.11...@dags/dag@0.2.12) (2020-10-05) | ||
@@ -8,0 +22,0 @@ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } |
@@ -0,0 +0,0 @@ import { UID } from '../dag'; |
@@ -0,0 +0,0 @@ /** |
export * from './dag'; |
{ | ||
"name": "@dags/dag", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Core DAG code", | ||
@@ -45,3 +45,3 @@ "main": "dist/cjs/index.js", | ||
"sideEffects": false, | ||
"gitHead": "50e90c77fd88e44870b36e675875bbfa42c8811e" | ||
"gitHead": "7f938134851060dfdc278b18e62d7320185ae112" | ||
} |
# This library implements a Direct Acyclic Graph (DAG) in TypeScript. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96451