Commit Graph

400 Commits

Author SHA1 Message Date
Josh Johnson
23907a10e5
Merge branch 'master' into dependabot/npm_and_yarn/js-yaml-3.14.0 2020-07-06 23:20:31 -04:00
Josh Johnson
7a0c6dedf4
Merge pull request #319 from DotJoshJohnson/dependabot/npm_and_yarn/fstream-1.0.12
Bump fstream from 1.0.11 to 1.0.12
2020-07-06 23:19:59 -04:00
Josh Johnson
6c120ccba0
Merge branch 'master' into dependabot/npm_and_yarn/fstream-1.0.12 2020-07-06 23:18:53 -04:00
Josh Johnson
fafa053bdc
Merge pull request #320 from DotJoshJohnson/bug/293-cdata-spaces
Prevent CDATA Formatting
2020-07-06 23:16:08 -04:00
Josh Johnson
10619ee123 Prevent CDATA Formatting
fixes: #293
2020-07-06 23:13:40 -04:00
Josh Johnson
6fd54a2d01 Add Failing Test 2020-07-06 22:58:46 -04:00
dependabot[bot]
0943649e56
Bump js-yaml from 3.10.0 to 3.14.0
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.10.0 to 3.14.0.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.10.0...3.14.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-07 02:44:38 +00:00
dependabot[bot]
53ede0de53
Bump fstream from 1.0.11 to 1.0.12
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-07 02:44:36 +00:00
Josh Johnson
6689fd34a7
Merge pull request #313 from DotJoshJohnson/dependabot/npm_and_yarn/stringstream-0.0.6
Bump stringstream from 0.0.5 to 0.0.6
2020-07-06 22:42:49 -04:00
dependabot[bot]
4417d93cb7
Bump stringstream from 0.0.5 to 0.0.6
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-07 02:40:12 +00:00
Josh Johnson
0f776cd084
Merge pull request #318 from DotJoshJohnson/ci/add-workflows
Add CI Workflows
2020-07-06 22:38:31 -04:00
Josh Johnson
45f3680efc Make ALL Whitespace Visible on Error 2020-07-06 22:36:59 -04:00
Josh Johnson
b5bff91fd8 Add Global Flag to Regex 2020-07-06 22:30:07 -04:00
Josh Johnson
7675807586 Convert Whitespace to Visible Characters on Error 2020-07-06 22:25:19 -04:00
Josh Johnson
afd09bcc2e Trim Formatted XML 2020-07-06 22:18:41 -04:00
Josh Johnson
07d34f3697 Normalize Line Endings Again
Tests are working on Windows, but not Ubuntu for some reason.
2020-07-06 22:14:58 -04:00
Josh Johnson
cd1f9a7dbc Remove Debugging Changes 2020-07-06 22:11:48 -04:00
Josh Johnson
c051d9a9e3 Add Windows-Specific Test Script 2020-07-06 22:07:00 -04:00
Josh Johnson
1a2477fd19 Bypass Linter Rule 2020-07-06 22:06:42 -04:00
Josh Johnson
14dbb32d7b
Disable Line Length Check 2020-07-06 21:55:22 -04:00
Josh Johnson
f9265375aa
Replace Deprecated Assertions 2020-07-06 21:51:57 -04:00
Josh Johnson
5f3610ecfd
Normalize Line Breaks 2020-07-06 21:18:29 -04:00
Josh Johnson
045ef3230b
Update package.json 2020-07-06 21:12:30 -04:00
Josh Johnson
397093141c
Update release.yml 2020-07-06 21:02:52 -04:00
Josh Johnson
1aa74a9fd7
Rename Job 2020-07-06 20:47:07 -04:00
Josh Johnson
6f20c656ba
Create test.yml 2020-07-06 20:41:05 -04:00
Josh Johnson
50ebf7aa42
Rename main.yml to release.yml 2020-07-06 20:38:44 -04:00
Josh Johnson
b94ddcb3ae
Add VSCE_TOKEN Secret 2020-07-06 20:38:16 -04:00
Josh Johnson
f128cef6ad
Create main.yml 2020-07-06 20:29:26 -04:00
Josh Johnson
343fb2c043
Merge pull request #317 from abeMedia/patch-1
fix: prevent negative indentation
2020-07-06 20:09:15 -04:00
Adam Bouqdib
168adc3ab7
fix: prevent negative indentation 2020-07-06 20:06:30 +01:00
Josh Johnson
3e20dd05c4
Merge pull request #315 from DotJoshJohnson/bug/271-xml-entity-escaping
Add &amp, &quot;, and &apos; Entities
2020-07-02 00:56:16 -04:00
Josh Johnson
a67f6f8d83 Add &amp, &quot;, and &apos; Entities
fixes #271
2020-07-02 00:09:46 -04:00
Josh Johnson
1015e19253
Merge pull request #312 from DotJoshJohnson/bug/262-preserve-whitespace
Fix Issue #262
2020-07-01 23:58:03 -04:00
Josh Johnson
69d862b48d Support xml:space="preserve" 2020-07-01 23:43:34 -04:00
Josh Johnson
f156845afb Add Failing Test 2020-07-01 23:12:48 -04:00
Josh Johnson
4337ba21ae Update Lock File 2020-07-01 22:57:46 -04:00
Josh Johnson
c2090c53a0
Merge pull request #279 from DotJoshJohnson/azure-pipelines
Set up CI with Azure Pipelines
2019-06-01 14:52:55 -04:00
Josh Johnson
986ad5555e
Delete .travis.yml 2019-06-01 14:43:27 -04:00
Josh Johnson
ef64498ad9
Update azure-pipelines.yml 2019-06-01 14:40:23 -04:00
Josh Johnson
545f596db3
Update azure-pipelines.yml 2019-06-01 14:33:43 -04:00
Josh Johnson
2f4cab367a
Update azure-pipelines.yml 2019-06-01 14:21:45 -04:00
Josh Johnson
110268e1ce Set up CI with Azure Pipelines
[skip ci]
2019-06-01 14:14:19 -04:00
Josh Johnson
919650ed9c
Merge pull request #278 from DotJoshJohnson/release/2.5.0
Release v2.5.0
2019-06-01 00:40:40 -04:00
Josh Johnson
e1bf84c7f4 v2.5.0 2019-06-01 00:37:55 -04:00
Josh Johnson
678e8bdf82
Merge pull request #277 from DotJoshJohnson/bug/issue-267
Stop Showing Formatter Warning
2019-06-01 00:30:41 -04:00
Josh Johnson
a318458dbc Stop Showing Formatter Warning
issue: #267
2019-06-01 00:27:02 -04:00
Josh Johnson
a156dd7df7
Merge pull request #276 from DotJoshJohnson/bug/issue-257
Fix Issue 257
2019-06-01 00:24:20 -04:00
Josh Johnson
66e2836708 Don't Decrement Indent Level in Mixed Content
issue: #257
2019-06-01 00:08:00 -04:00
Josh Johnson
fd40e6e18b Correct Test Data
issue: #257
2019-05-31 23:15:59 -04:00