From e3c685355573c6bd75ba3d0b7183f520d84dc52c Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Wed, 18 Oct 2023 14:45:31 +0300 Subject: [PATCH] v0.2.0 --- CHANGELOG.md | 17 ++++++++++++----- README.md | 8 ++------ package.json | 10 +++++----- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea9419..86d2b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,21 @@ ## [Unreleased][unreleased] -## [0.2.0][] - 2023-10-1\* + + +## [0.2.0][] - 2023-10-1\* + +- Renamed astroplan -> metaforge +- Meta information & Builded tree export [issue](https://github.com/astrohelm/astroplan/issues/8) - Custom checks (rules) [issue](https://github.com/astrohelm/astroplan/issues/7) -- FS utilities [issue](https://github.com/astrohelm/astroplan/issues/9) -- Allow custom types, schemas and rules to return value of string, boolean and SchemaError types; +- Allow custom types, schemas and rules to return value of string, array, boolean and SchemaError + types; ## [0.1.0][] - 2023-10-16 @@ -23,5 +29,6 @@ - Default exotic types: Any, Undefined, JSON - Custom Errors -[unreleased]: https://github.com/astrohelm/workspace/compare/release...HEAD +[unreleased]: https://github.com/astrohelm/workspace/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/astrohelm/workspace/releases/tag/v0.2.0 [0.1.0]: https://github.com/astrohelm/workspace/releases/tag/release diff --git a/README.md b/README.md index 67f8224..c414915 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ -

Astroplan 🔎

+

MetaForge v0.2.0 🕵️

-Astroplan - power of schemas | Use schemas for uptime type validations & .d.ts generation. -

- -

-Copyright © 2023 Astrohelm contributors. +Copyright © 2023 Astrohelm contributors. This library is MIT licensed.
And it is part of Astrohelm ecosystem.

diff --git a/package.json b/package.json index 99c4010..d3d47d8 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "license": "MIT", - "version": "0.1.0", + "version": "0.2.0", "type": "commonjs", - "name": "astroplan", + "name": "metaforge", "homepage": "https://astrohelm.ru", - "description": "Astrohelm workspace example", + "description": "Library for runtime data validation by metadata", "author": "Alexander Ivanov ", "keywords": [ "nodejs", @@ -40,10 +40,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/astrohelm/node-workspace.git" + "url": "git+https://github.com/astrohelm/metaforge.git" }, "bugs": { - "url": "https://github.com/astrohelm/node-workspace/issues", + "url": "https://github.com/astrohelm/metaforge/issues", "email": "sashapop101@gmail.com" }, "devDependencies": {