Skip to content

Commit

Permalink
feat(tools): fix #358 add "completed" project status, update pkgs/rea…
Browse files Browse the repository at this point in the history
…dmes
  • Loading branch information
postspectacular committed Dec 14, 2022
1 parent c91aafe commit d35fa52
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 6 deletions.
12 changes: 11 additions & 1 deletion packages/hdom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@
This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.

**Update 12/2022: This package is considered completed and no longer being
updated with new features. Please consider using
[@thi.ng/rdom](https://github.com/thi-ng/umbrella/tree/develop/packages/rdom)
instead...**

- [About](#about)
- [Status](#status)
- [Support packages](#support-packages)
- [Related packages](#related-packages)
- [Blog posts](#blog-posts)
- [Installation](#installation)
- [Dependencies](#dependencies)
Expand Down Expand Up @@ -98,7 +104,7 @@ Benefits:

## Status

**STABLE** - used in production
**COMPLETED** - no further development planned

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bhdom%5D+in%3Atitle)

Expand All @@ -108,6 +114,10 @@ Benefits:
- [@thi.ng/hdom-components](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom-components) - Raw, skinnable UI & SVG components for [@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom)
- [@thi.ng/hdom-mock](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom-mock) - Mock base implementation for [@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom) API

## Related packages

- [@thi.ng/rdom](https://github.com/thi-ng/umbrella/tree/develop/packages/rdom) - Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and [@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup) compatible

### Blog posts

- [How to UI in 2018](https://medium.com/@thi.ng/how-to-ui-in-2018-ac2ae02acdf3)
Expand Down
4 changes: 4 additions & 0 deletions packages/hdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@
"url": "https://medium.com/@thi.ng/of-umbrellas-transducers-reactive-streams-mushrooms-pt-1-a8717ce3a170"
}
],
"related": [
"rdom"
],
"status": "completed",
"year": 2015
}
}
5 changes: 5 additions & 0 deletions packages/hdom/tpl.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.

**Update 12/2022: This package is considered completed and no longer being
updated with new features. Please consider using
[@thi.ng/rdom](https://github.com/thi-ng/umbrella/tree/develop/packages/rdom)
instead...**

<!-- TOC -->

## About
Expand Down
7 changes: 6 additions & 1 deletion packages/interceptors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.

**Update 12/2022: This package is considered completed and no longer being
updated with new features. Please consider using
[@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream)
instead...**

- [About](#about)
- [Event bus, interceptors, side effects](#event-bus-interceptors-side-effects)
- [Interceptors: Event and Effect primitives](#interceptors-event-and-effect-primitives)
Expand Down Expand Up @@ -117,7 +122,7 @@ commented source code and examples for now:

## Status

**DEPRECATED** - no further development planned
**COMPLETED** - no further development planned

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Binterceptors%5D+in%3Atitle)

Expand Down
2 changes: 1 addition & 1 deletion packages/interceptors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"hdom",
"rdom"
],
"status": "deprecated",
"status": "completed",
"year": 2016
}
}
5 changes: 5 additions & 0 deletions packages/interceptors/tpl.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.

**Update 12/2022: This package is considered completed and no longer being
updated with new features. Please consider using
[@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream)
instead...**

<!-- TOC -->

## About
Expand Down
5 changes: 4 additions & 1 deletion packages/transducers-fsm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.

**Update 12/2022: This package is considered completed and no longer being
updated with new features.**

- [About](#about)
- [Status](#status)
- [Related packages](#related-packages)
Expand All @@ -33,7 +36,7 @@ transformation pipeline.

## Status

**DEPRECATED** - no further development planned
**COMPLETED** - no further development planned

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Btransducers-fsm%5D+in%3Atitle)

Expand Down
2 changes: 1 addition & 1 deletion packages/transducers-fsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"fsm",
"sax"
],
"status": "deprecated",
"status": "completed",
"year": 2018
}
}
3 changes: 3 additions & 0 deletions packages/transducers-fsm/tpl.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.

**Update 12/2022: This package is considered completed and no longer being
updated with new features.**

<!-- TOC -->

## About
Expand Down
3 changes: 2 additions & 1 deletion tools/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"beta": "possibly breaking changes forthcoming",
"stable": "used in production",
"refactor": "undergoing major refactoring",
"deprecated": "no further development planned"
"completed": "no further development planned",
"deprecated": "superseded by other package(s)"
}
}

0 comments on commit d35fa52

Please sign in to comment.