Commit Graph

321 Commits

Author SHA1 Message Date
Josh Johnson 84adff578f
Merge pull request #221 from DotJoshJohnson/release-v2.3.2
Release v2.3.2
2018-08-17 21:11:53 -04:00
Josh Johnson 92ec148e8f v2.3.2 2018-08-17 21:09:07 -04:00
Josh Johnson c6ff7adc6e
Merge pull request #220 from DotJoshJohnson/issue-200
Add Support for Mixed Content
2018-08-17 20:46:16 -04:00
Josh Johnson cc3456e7b2
Merge branch 'master' into issue-200 2018-08-17 20:44:49 -04:00
Josh Johnson 4e5f0dddb5 Support Mixed Content 2018-08-17 20:39:45 -04:00
Josh Johnson da7b4041a0 Add Failing Test 2018-08-17 18:28:09 -04:00
Josh Johnson 41eb22bda9
Merge pull request #210 from kedar-joshi/bugfix-207
Fixes #207
2018-07-10 21:47:59 -04:00
Josh Johnson 070d16f9f6
Merge branch 'master' into bugfix-207 2018-07-10 21:45:33 -04:00
Josh Johnson c532edebc1
Merge pull request #209 from kedar-joshi/master
Fixes typo in documentation
2018-07-10 21:45:18 -04:00
Kedar Joshi 200046b90b Fixes #207 2018-07-10 17:06:44 +05:30
Kedar Joshi 1f69ee6ab4 Fixes typo in documentation 2018-07-10 16:54:24 +05:30
Josh Johnson f2cfe160ba
Merge pull request #198 from DotJoshJohnson/release-2.3.1
Release v2.3.1
2018-06-15 22:29:25 -04:00
Josh Johnson 1641e7abbf v2.3.1 2018-06-15 22:27:40 -04:00
Josh Johnson 289202d64b Remove Sibling Node Mixing
Issue: #197
2018-06-12 21:46:48 -04:00
Josh Johnson 61a07adb59 Prevent Indentation for Inline CDATA
Issue: #194
2018-06-12 21:23:31 -04:00
Josh Johnson 9a2147683c Add Failing Test
Issue: #194
2018-06-12 21:22:21 -04:00
Josh Johnson 97afac0031 Prevent Endless Indentation
Issue: #193
2018-06-12 21:05:02 -04:00
Josh Johnson a99ba2ea41 Eliminate Extra Line Breaks
This only solves half of the problem.

Issue: #193
2018-06-12 20:27:39 -04:00
Josh Johnson 69a7a9164b Add Failing Test
Issue: #193
2018-06-12 20:11:52 -04:00
Josh Johnson 0a17f59e67
Merge pull request #186 from DotJoshJohnson/release-2.3.0
Release v2.3.0
2018-06-11 19:33:20 -04:00
Josh Johnson a29b2fc1de v2.3.0 2018-06-11 19:31:49 -04:00
Josh Johnson 39167c3252 Add Attribute Values Test Case
Issue: #189
2018-06-11 18:58:54 -04:00
Josh Johnson 88de774389 Fix Attribute Quotes Regression
Issue: #187
2018-06-11 18:40:54 -04:00
Josh Johnson b50cdaea8e Add Failing Test
Issue: #187
2018-06-11 18:38:42 -04:00
Josh Johnson de1fff2e80 Revert Settings Changes
I'll come back to this later after some better planning.

Issue: #184
2018-06-11 18:29:35 -04:00
Josh Johnson 939569a5d2 Update Existing Config Properties
Issue: #184
2018-05-31 22:15:29 -04:00
Josh Johnson 751e7a7e07 Add Manifest Entries
Issue: #184
2018-05-31 21:53:19 -04:00
Josh Johnson 0b892f6f03 Indent Closing Tag After Self-Closing Tag
Issue: #185
2018-05-31 19:05:52 -04:00
Josh Johnson 5a90a0c121 Add Failing Test
Issue: #185
2018-05-31 18:41:52 -04:00
Josh Johnson 4640c6c44c Properly Ignore VSIX Files 2018-05-31 18:19:34 -04:00
Josh Johnson 516cf1ffcb
Merge pull request #182 from DotJoshJohnson/release-2.2.0
Release v2.2.0
2018-05-29 22:31:33 -04:00
Josh Johnson 70dd0388b1 v2.2.0 2018-05-29 22:21:36 -04:00
Josh Johnson 13c346f92a Use Enum for Formatter Implementation
Issue: #180
2018-05-29 22:19:34 -04:00
Josh Johnson 27d69858a1 Use workspaceFolders Over rootPath
Issue: #166
2018-05-29 22:04:24 -04:00
Josh Johnson d0fd689370 Add New Setting 2018-05-29 21:58:41 -04:00
Josh Johnson 156e1ab435 Pretty Self-Closing Tags
Issue: #149
2018-05-29 21:56:29 -04:00
Josh Johnson 07b47c4748 Add Failing Test
Issue: #149
2018-05-29 21:44:43 -04:00
Josh Johnson 6a92fa96f2 Add Get Current XPath
This commit also moves some shared code to a common class.

Issue: #85
2018-05-29 21:38:11 -04:00
Josh Johnson af2060dc38 Omit Extraneous Pre-Start Tag Line Breaks
Issue: #178
2018-05-29 19:41:42 -04:00
Josh Johnson b65009728c Add Failing Test
Issue: #178
2018-05-29 19:39:09 -04:00
Josh Johnson be30a5671b Support Single Quotes in Attributes
Issue: #177
2018-05-29 18:51:15 -04:00
Josh Johnson 36820ce320 Add Failing Test
Issue: #177
2018-05-29 18:43:01 -04:00
Josh Johnson 4de58fe2e0 Disable Cursor Sync by Default
Currently no API available to detect the sidebar state.

Issue: #171
2018-05-29 18:37:14 -04:00
Josh Johnson 6b254f4c0a
Merge pull request #175 from DotJoshJohnson/contributing-guide
Create CONTRIBUTING.md
2018-05-29 18:16:52 -04:00
Josh Johnson 95949755e2
Create CONTRIBUTING.md 2018-05-28 21:08:14 -04:00
Josh Johnson 0de8bcd372
Merge pull request #174 from DotJoshJohnson/issue-templates
Revise Issue Templates
2018-05-28 20:43:19 -04:00
Josh Johnson ad25e8069b
Update bug-report.md 2018-05-28 20:42:08 -04:00
Josh Johnson a6bb008379
Create xml-formatter.md 2018-05-28 20:39:47 -04:00
Josh Johnson c76c750c8e
Delete bug_report.md 2018-05-28 20:34:14 -04:00
Josh Johnson f3b7d4708a
Merge pull request #173 from DotJoshJohnson/issue-templates
Add Issue Templates
2018-05-28 20:33:00 -04:00