Comparing version 0.6.3 to 0.6.4
@@ -6,99 +6,4 @@ # Change Log | ||
# [0.6.0](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.4.1...@dags/dag@0.6.0) (2020-10-29) | ||
## 0.1.1 (2020-10-31) | ||
### Features | ||
- merge with dag-split-impl by local copy between branches | ||
([f067d9b](https://github.com/AlexanderLapygin/dags/commit/f067d9b7228325a3706773e0cd8052f8e2d8f9d5)) | ||
- rearrange arguments in setParenthood and removeParenthood | ||
([ec339ce](https://github.com/AlexanderLapygin/dags/commit/ec339cef10d0da925aae3f3814b6820445df42e7)) | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## [0.4.1](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.4.0...@dags/dag@0.4.1) (2020-10-27) | ||
### Bug Fixes | ||
- renaming of modules | ||
([5c51908](https://github.com/AlexanderLapygin/dags/commit/5c51908b4876bd968e1fb573b298b6ef9cda312f)) | ||
# [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) | ||
**Note:** Version bump only for package @dags/dag | ||
## [0.2.11](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.2.10...@dags/dag@0.2.11) (2020-10-05) | ||
**Note:** Version bump only for package @dags/dag | ||
## [0.2.10](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.2.9...@dags/dag@0.2.10) (2020-10-05) | ||
**Note:** Version bump only for package @dags/dag | ||
## [0.2.9](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.2.8...@dags/dag@0.2.9) (2020-10-05) | ||
**Note:** Version bump only for package @dags/dag | ||
## [0.2.8](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.2.8-rc.0...@dags/dag@0.2.8) (2020-10-02) | ||
**Note:** Version bump only for package @dags/dag | ||
## [0.2.8-rc.0](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.2.7...@dags/dag@0.2.8-rc.0) (2020-10-02) | ||
**Note:** Version bump only for package @dags/dag | ||
## 0.2.7 (2020-10-02) | ||
**Note:** Version bump only for package @dags/dag | ||
## 0.2.6 (2020-10-01) | ||
**Note:** Version bump only for package @dags/dag | ||
## 0.2.5 (2020-10-01) | ||
**Note:** Version bump only for package @dags/dag | ||
## 0.2.4 (2020-10-01) | ||
**Note:** Version bump only for package @dags/dag | ||
## 0.2.3 (2020-10-01) | ||
**Note:** Version bump only for package @dags/dag | ||
## 0.2.2 (2020-10-01) | ||
**Note:** Version bump only for package @dags/dag | ||
## 0.2.1 (2020-10-01) | ||
**Note:** Version bump only for package @dags/dag | ||
# 0.2.0 (2020-09-30) | ||
### Features | ||
- add generics | ||
([c49d38e](https://github.com/AlexanderLapygin/dags/commit/c49d38e5bee876656ba2e73eb1915a194f81a4f2)) | ||
- add uid-counter | ||
([4b4086f](https://github.com/AlexanderLapygin/dags/commit/4b4086fc431bd0382ef87e240b18d977a587fd37)) | ||
- jsdoc update | ||
([703bba7](https://github.com/AlexanderLapygin/dags/commit/703bba7504714c0085f1a4afd29a0a54f6fddaf7)) | ||
- removing unnecessary checkCycle | ||
([280be43](https://github.com/AlexanderLapygin/dags/commit/280be43e6e32e87973945c890579a7f6575761fe)) | ||
- UUID implements UID | ||
([32c367e](https://github.com/AlexanderLapygin/dags/commit/32c367ef92cc1d6a42e2e1ef6ca3e194a5025494)) | ||
**Note:** Version bump only for package @dags/dag-global |
{ | ||
"name": "@dags/dag", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Directed Acyclic Graph implementation", | ||
@@ -31,4 +31,4 @@ "main": "dist/cjs/index.js", | ||
"dependencies": { | ||
"@dags/dag-base": "^0.2.0", | ||
"@dags/uid-uuid": "^0.5.0" | ||
"@dags/dag-base": "^0.2.2", | ||
"@dags/uid-uuid": "^0.5.1" | ||
}, | ||
@@ -35,0 +35,0 @@ "files": [ |
@@ -1,1 +0,40 @@ | ||
# This package has been deprecated, use @dags/dag-global instead | ||
# Directed Acyclic Graph with global identification | ||
This is the core module of the dags monorepo. | ||
<br> | ||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/@dags/core"><img alt="NPM module version" src="https://img.shields.io/npm/v/@dags/core"></a> | ||
<a href="https://github.com/AlexanderLapygin/dags/actions?query=workflow%3Aci"><img alt="CI status" src="https://github.com/alexanderlapygin/dags/workflows/CI/badge.svg"></a> | ||
<a href="https://github.com/AlexanderLapygin/dags/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/AlexanderLapygin/dags"></a> | ||
<img alt="NPM Downloads" src="https://img.shields.io/npm/dm/@dags/core.svg?style=flat"/> | ||
<img alt="Bundle Size" src="https://badgen.net/bundlephobia/minzip/@dags/core"/> | ||
<a href="https://github.com/AlexanderLapygin/dags/blob/master/LICENSE"><img alt="MIT License" src="https://img.shields.io/github/license/AlexanderLapygin/dags"></a> | ||
</p> | ||
<br /> | ||
## Install | ||
```sh | ||
$ yarn add @dags/core | ||
# or | ||
$ npm install @dags/core | ||
``` | ||
## Usage | ||
```ts | ||
import { DagGlobal } from '@dags/core' | ||
const dag = new DagGlobal() | ||
const parent = dag.newNode() | ||
const child = dag.newNode() | ||
console.log(parent.equals(parent)) | ||
console.log(parent.equals(child)) | ||
dag.setParenthood(parent, child) | ||
``` |
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
41
3222
Updated@dags/dag-base@^0.2.2
Updated@dags/uid-uuid@^0.5.1