From 827da30b646f8bebdbe9ae7d618da842df21b3b4 Mon Sep 17 00:00:00 2001 From: Scott Mikula Date: Fri, 15 Jul 2022 16:10:16 -0700 Subject: [PATCH 1/4] v1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0af16cb..5964daf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "good-fences", - "version": "1.1.1", + "version": "1.1.2", "description": "Code boundary management for TypeScript projects", "main": "./lib/index.js", "typings": "./lib/index.d.ts", From 708579fbe0940ad6c34b17a92ccbab7cd511d222 Mon Sep 17 00:00:00 2001 From: Scott Mikula Date: Thu, 30 Nov 2023 10:51:29 -0800 Subject: [PATCH 2/4] Add deprecation notice to README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d54bd1f..14d3aaa 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # good-fences -> "Good fences make good neighbors." -— Robert Frost, [*Mending Wall*](https://www.poetryfoundation.org/poems/44266/mending-wall) +---- +The JavaScript version of `good-fences` is no longer maintained. Please see [`good-fences-rs`](https://github.com/Adjective-Object/good-fences-rs-core). +---- ## What is good-fences? +> "Good fences make good neighbors." +— Robert Frost, [*Mending Wall*](https://www.poetryfoundation.org/poems/44266/mending-wall) + Good-fences is a tool that allows you to segment a TypeScript project into conceptual areas and manage dependencies between those areas. This is mostly a concern for large projects with many people working on them, where it is impossible for every developer to have a wholistic understanding of the entire codebase. From d0dd4f152a8742d7826da51ecd643f054b792795 Mon Sep 17 00:00:00 2001 From: Scott Mikula Date: Thu, 30 Nov 2023 10:52:38 -0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 14d3aaa..54bc7ab 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # good-fences ----- The JavaScript version of `good-fences` is no longer maintained. Please see [`good-fences-rs`](https://github.com/Adjective-Object/good-fences-rs-core). ----- ## What is good-fences? From 8fcdefec3b63ceb4b2fca9711bfa4be800990bad Mon Sep 17 00:00:00 2001 From: Scott Mikula Date: Thu, 30 Nov 2023 10:53:28 -0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54bc7ab..2077e34 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # good-fences -The JavaScript version of `good-fences` is no longer maintained. Please see [`good-fences-rs`](https://github.com/Adjective-Object/good-fences-rs-core). +⚠ The JavaScript version of `good-fences` is no longer maintained. Please see [`good-fences-rs`](https://github.com/Adjective-Object/good-fences-rs-core). ## What is good-fences?