-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
2,899 additions
and
4,782 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
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,8 +1,8 @@ | ||
language: node_js | ||
node_js: | ||
- "10" | ||
- '10' | ||
script: | ||
- "npm run lint" | ||
- "npm run test" | ||
- 'npm run lint' | ||
- 'npm run test' | ||
after_success: | ||
- "./node_modules/.bin/codecov" | ||
- './node_modules/.bin/codecov' |
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,23 +1,22 @@ | ||
1.3.0 / 2019-06-13 | ||
=================== | ||
* Add iota (#9)(Quelklef) | ||
# 1.3.0 / 2019-06-13 | ||
|
||
1.2.1 / 2018-01-07 | ||
=================== | ||
* Make convert in textarea ctrl-z-undoable | ||
- Add iota (#9)(Quelklef) | ||
|
||
# 1.2.1 / 2018-01-07 | ||
|
||
- Make convert in textarea ctrl-z-undoable | ||
|
||
1.2.0 / | ||
* Make option "subscript" non-default | ||
* Fix parsing error | ||
* Add a link to change shortcut in web extension | ||
|
||
1.1.0 / 2018-07-20 | ||
=================== | ||
- Make option "subscript" non-default | ||
- Fix parsing error | ||
- Add a link to change shortcut in web extension | ||
|
||
# 1.1.0 / 2018-07-20 | ||
|
||
* Added conversion of subscripts and superscripts | ||
* Changed; Rewrite parser with Parsimmon | ||
- Added conversion of subscripts and superscripts | ||
- Changed; Rewrite parser with Parsimmon | ||
|
||
0.0.1 / 2018-01-26 | ||
=================== | ||
# 0.0.1 / 2018-01-26 | ||
|
||
* First commit | ||
- First commit |
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
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.