-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reattempting Deno support. Removed the non-mins.
- Loading branch information
1 parent
f19fd1f
commit 80bac8b
Showing
25 changed files
with
236 additions
and
67,283 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 |
---|---|---|
|
@@ -45,3 +45,4 @@ src/ts/jssm-dot.ts | |
build/ | ||
|
||
docs/docs/*.css.map | ||
*.nonmin.js |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
1076 merges; 178 releases | ||
1078 merges; 178 releases | ||
|
||
|
||
|
||
|
@@ -18,6 +18,38 @@ Published tags: | |
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 12/4/2022 9:34:08 AM | ||
|
||
Commit [f19fd1f83037dc5c06fb13c46594f0091895be2c](https://github.com/StoneCypher/jssm/commit/f19fd1f83037dc5c06fb13c46594f0091895be2c) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* forgot a version bump then went to sleep it seems | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 12/3/2022 11:33:28 PM | ||
|
||
Commit [7cfc1473e96944c1e52c05d0a2da4564342d3e94](https://github.com/StoneCypher/jssm/commit/7cfc1473e96944c1e52c05d0a2da4564342d3e94) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
Merges [d29b224, 85963d8] | ||
|
||
* Modernize deno support | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
1076 merges; 178 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md) | ||
1078 merges; 178 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md) | ||
|
||
|
||
|
||
|
@@ -18,6 +18,38 @@ Published tags: | |
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 12/4/2022 9:34:08 AM | ||
|
||
Commit [f19fd1f83037dc5c06fb13c46594f0091895be2c](https://github.com/StoneCypher/jssm/commit/f19fd1f83037dc5c06fb13c46594f0091895be2c) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* forgot a version bump then went to sleep it seems | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 12/3/2022 11:33:28 PM | ||
|
||
Commit [7cfc1473e96944c1e52c05d0a2da4564342d3e94](https://github.com/StoneCypher/jssm/commit/7cfc1473e96944c1e52c05d0a2da4564342d3e94) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
Merges [d29b224, 85963d8] | ||
|
||
* Modernize deno support | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
@@ -149,39 +181,4 @@ Commit [48b4f928eb1a4597122b64e6eea38a57c19a112f](https://github.com/StoneCypher | |
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* Allow override attribute in grammar, fixes StoneCypher/fsl#1226 | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
||
<a name="5__86__0" /> | ||
|
||
## [5.86.0] - 11/11/2022 6:22:48 PM | ||
|
||
Commit [31077c9256ee31f80398460b3af95bc65a8dbc3a](https://github.com/StoneCypher/jssm/commit/31077c9256ee31f80398460b3af95bc65a8dbc3a) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
Merges [793f2fc, 3941c30] | ||
|
||
* Merge pull request #547 from StoneCypher/allows_override | ||
* .allows_override fixes StoneCypher/fsl#1224 | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 11/11/2022 6:16:32 PM | ||
|
||
Commit [3941c3000e8544e6b674b4a060abb93a8f5c3455](https://github.com/StoneCypher/jssm/commit/3941c3000e8544e6b674b4a060abb93a8f5c3455) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* .allows_override fixes StoneCypher/fsl#1224 | ||
* Allow override attribute in grammar, fixes StoneCypher/fsl#1226 |
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
Oops, something went wrong.