Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shuritch committed Oct 18, 2023
1 parent cc3fa99 commit e3c6853
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@

## [Unreleased][unreleased]

## [0.2.0][] - 2023-10-1\*
<!--
## [0.3.0][] - 2023-10-1\*
- Meta information & Builded tree export [issue](https://github.com/astrohelm/astroplan/issues/8)
- Plan generation from sample [issue](https://github.com/astrohelm/astroplan/issues/10)
- Typescript types generation [issue](https://github.com/astrohelm/astroplan/issues/5)
- DOCS & Typings & JSDoc [issue](https://github.com/astrohelm/astroplan/issues/11)
- FS utilities [issue](https://github.com/astrohelm/astroplan/issues/9) -->

## [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

Expand All @@ -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
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<h1 align="center">Astroplan 🔎</h1>
<h1 align="center">MetaForge v0.2.0 🕵️</h1>

<p align="center">
Astroplan - power of schemas | Use schemas for uptime type validations & .d.ts generation.
</p>

<p align="center">
Copyright © 2023 <a href="https://github.com/astrohelm/astroplan/graphs/contributors">Astrohelm contributors</a>.
Copyright © 2023 <a href="https://github.com/astrohelm/metaforge/graphs/contributors">Astrohelm contributors</a>.
This library is <a href="./LICENSE">MIT licensed</a>.<br/>
And it is part of <a href="https://github.com/astrohelm">Astrohelm ecosystem</a>.
</p>
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"keywords": [
"nodejs",
Expand Down Expand Up @@ -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": "[email protected]"
},
"devDependencies": {
Expand Down

0 comments on commit e3c6853

Please sign in to comment.