-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: improve repo layout * test: add "&" to symbols test * feat: change suffix handling * fix: use separate commit for `change all` * style: move function * docs: update changelog
- Loading branch information
1 parent
7ed5be3
commit 0273c21
Showing
14 changed files
with
77 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ideas.txt | ||
ideas.md | ||
|
||
**/actual/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
added v0.1.1-beta+002 to CHANGELOG.md | ||
added v0.2.0-beta+002 to CHANGELOG.md | ||
added v0.2.0 to CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://api.github.com/repos/adamtabrams/change | ||
0.1.1 | ||
## [0.1.1] - 2021-01-21\n### Fixed\n- (paren pair) {curly pair} [square pair].\n- Website https://github.com/adamtabrams.\n- Asterisk * escaped asterisk \\*.\n- Four backslashes \\ exclamation !.\n- 'apostrophe pair' `escaped tick pair`.\n- Tilda ~ escaped tick `.\n\n### Changed\n- [file link](./run-test).\n- Fix: parse(this): one.\n- Emoji :+1: pr #2 user @adamtabrams.\n- Colon exclamation :! \"quote pair\".\n- Single backslash \\ escaped backslash \\.\n- Escaped apostrophe \\' escaped quote \".\n\n[0.1.1]: https://github.com/adamtabrams/change/compare/0.1.0...0.1.1\n | ||
## [0.1.1] - 2021-01-21\n### Fixed\n- (paren pair) {curly pair} [square pair].\n- Website https://github.com/adamtabrams.\n- Asterisk * escaped asterisk \\*.\n- Four backslashes \\ exclamation !.\n- 'apostrophe pair' `escaped tick pair`.\n- Tilda ~ escaped tick ` ampersand &.\n\n### Changed\n- [file link](./run-test).\n- Fix: parse(this): one.\n- Emoji :+1: pr #2 user @adamtabrams.\n- Colon exclamation :! \"quote pair\".\n- Single backslash \\ escaped backslash \\.\n- Escaped apostrophe \\' escaped quote \".\n\n[0.1.1]: https://github.com/adamtabrams/change/compare/0.1.0...0.1.1\n |