Commit graph

690 commits

Author SHA1 Message Date
Christopher Pickering
69ef16afa8
fix(linter): disabling linter rules should not disable formatting
closes #316
2022-08-01 07:32:20 -05:00
Christopher Pickering
f0e9a02655
added stdin line 2022-07-29 10:34:29 -05:00
Christopher Pickering
c6d0c1b549
remove script to call djlint directly 2022-07-29 10:32:53 -05:00
Christopher Pickering
181a730ce5
added pip print to install 2022-07-29 10:22:14 -05:00
Christopher Pickering
97363257ff
test(npm test): updated npm test to removed old script 2022-07-29 09:57:53 -05:00
Christopher Pickering
b6b5410d19
chore(npm): improved npm install process to work on more systems
Removed the node install script and just install directly with a node-script.
2022-07-29 09:55:33 -05:00
Christopher Pickering
6f84539038
fix(t027): fixed test and regression in T027
closes #141
2022-07-29 07:37:21 -05:00
Christopher Pickering
ca7ff3a1c7
fix(formatter): fixed greedy regex issue when finding script and style tags 2022-07-28 14:24:47 -05:00
Christopher Pickering
99b5ee2c1f
feat(formatter): added options to format css and js using jsbeautifier 2022-07-28 13:58:03 -05:00
Christopher Pickering
2f8533f190
passed lint and tests 2022-07-28 10:55:55 -05:00
Christopher Pickering
7e4ac76be0
fix(indent): fixed bad indent on short blocks
closes #309
2022-07-28 10:45:15 -05:00
Christopher Pickering
b2bd1ea298
feat(formatter): added option to add blank line before tags
closes #307
2022-07-28 09:53:33 -05:00
Christopher Pickering
ee87ef7024
docs(contributing): updated contributing docs, moved in dev deps 2022-07-28 07:51:03 -05:00
Christopher Pickering
946b8ad715
fix(linter): fixed false positive on T027
closes #301
2022-07-26 12:21:41 -05:00
Christopher Pickering
4089cb841e
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev 2022-07-26 08:24:10 -05:00
Christopher Pickering
a196c68991
removed print 2022-07-26 08:24:00 -05:00
Christopher Pickering
d68f4e4d3d
removed print 2022-07-26 08:23:39 -05:00
sur.la.route
4d10a9091b
Merge pull request #302 from Riverside-Healthcare/dev 2022-07-26 08:23:07 -05:00
Christopher Pickering
4a860a43e2
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev 2022-07-26 08:12:23 -05:00
Christopher Pickering
9ed3393be0
fix(preserve blank lines): fixed duplicate blank lines being inserted after h-space,
Fixed extra blank lines being added to beginning of file

closes #300
2022-07-26 08:12:03 -05:00
semantic-release-bot
3069fdf589 chore(release): 1.7.2 [skip ci]
## [1.7.2](https://github.com/Riverside-Healthcare/djLint/compare/v1.7.1...v1.7.2) (2022-07-25)

### Bug Fixes

* **white space:** prevent duplicate blank lines from being added ([67306b4](67306b4cd1)), closes [#297](https://github.com/Riverside-Healthcare/djLint/issues/297)
2022-07-25 13:10:29 +00:00
sur.la.route
7aa6d4a5ce
Merge pull request #299 from Riverside-Healthcare/dev 2022-07-25 08:09:19 -05:00
sur.la.route
82520e85d7
Merge pull request #294 from Riverside-Healthcare/dependabot/npm_and_yarn/terser-5.14.2 2022-07-25 07:56:29 -05:00
Christopher Pickering
d3a4e543e0
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev 2022-07-25 07:55:42 -05:00
Christopher Pickering
67306b4cd1
fix(white space): prevent duplicate blank lines from being added
closes #297.
2022-07-25 07:55:30 -05:00
sur.la.route
27e11b30ce
Merge pull request #298 from Riverside-Healthcare/renovate/font-awesome 2022-07-25 07:22:09 -05:00
renovate[bot]
5cdf4ce820
chore(deps) Pin dependency @fortawesome/fontawesome-free to 6.1.1 2022-07-25 05:55:28 +00:00
semantic-release-bot
800afd0a87 chore(release): 1.7.1 [skip ci]
## [1.7.1](https://github.com/Riverside-Healthcare/djLint/compare/v1.7.0...v1.7.1) (2022-07-22)

### Bug Fixes

* **linter:** fix false positive on rule T001 ([f38328c](f38328c829)), closes [#292](https://github.com/Riverside-Healthcare/djLint/issues/292)
* **twig:** fixed indent issue with comments. Added test ([47ef81f](47ef81f96b)), closes [#290](https://github.com/Riverside-Healthcare/djLint/issues/290)
2022-07-22 16:25:41 +00:00
sur.la.route
56a8933994
Merge pull request #296 from Riverside-Healthcare/dev 2022-07-22 11:23:24 -05:00
sur.la.route
3ce1b1eb1a
Merge pull request #295 from ValJed/missing-shebang-in-binary 2022-07-22 09:31:32 -05:00
Jed
79fd5627da adds missing shebang in node binary 2022-07-21 14:36:14 +02:00
dependabot[bot]
08923b2175
build(deps): bump terser from 5.14.1 to 5.14.2
Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 07:10:42 +00:00
sur.la.route
d940fa8797
updated renovate config 2022-07-18 08:56:53 -05:00
sur.la.route
40cc2aaaf3
Merge pull request #293 from Riverside-Healthcare/renovate/linters 2022-07-18 07:49:26 -05:00
Christopher Pickering
0bebf846d3
fixed a few issues with #} 2022-07-18 07:47:23 -05:00
renovate[bot]
49b63b34f0
chore(deps) Update dependency eslint to v8.20.0 2022-07-18 05:07:09 +00:00
Christopher Pickering
47ef81f96b
fix(twig): fixed indent issue with comments. Added test
closes #290
2022-07-15 08:24:43 -05:00
Christopher Pickering
f38328c829
fix(linter): fix false positive on rule T001
closes #292
2022-07-14 15:34:20 -05:00
renovate[bot]
e526489e73 chore(deps) Update dependency postcss-cli to v10 2022-07-11 05:34:41 +00:00
semantic-release-bot
bf8951e057 chore(release): 1.7.0 [skip ci]
# [1.7.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.6.0...v1.7.0) (2022-07-08)

### Bug Fixes

* **git bash:** fixes char encoding on windows git bash ([3ef7c16](3ef7c16e8d)), closes [#275](https://github.com/Riverside-Healthcare/djLint/issues/275)

### Features

* **linter:** added per-file-ignores as a config option for linter rules ([c709efd](c709efd658)), closes [#107](https://github.com/Riverside-Healthcare/djLint/issues/107)
2022-07-08 16:18:03 +00:00
sur.la.route
1f72b941c8
Merge pull request #289 from Riverside-Healthcare/dev 2022-07-08 11:16:15 -05:00
Christopher Pickering
c709efd658
feat(linter): added per-file-ignores as a config option for linter rules
closes #107
2022-07-08 11:06:01 -05:00
Christopher Pickering
3ef7c16e8d
fix(git bash): fixes char encoding on windows git bash
closes #275
2022-07-07 13:38:23 -05:00
Christopher Pickering
0f9dd6478b
docs(readme): added npm download count 2022-07-06 13:39:23 -05:00
semantic-release-bot
e89159b0ae chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.5.0...v1.6.0) (2022-07-06)

### Features

* **npm:** added npm publish ([012230a](012230a80c))
2022-07-06 18:22:03 +00:00
sur.la.route
8b6d551251
Merge pull request #285 from Riverside-Healthcare/dev 2022-07-06 13:17:55 -05:00
Christopher Pickering
e13a741ae0
added token 2022-07-06 13:17:33 -05:00
sur.la.route
bb4ead9a63
Merge pull request #283 from Riverside-Healthcare/dev 2022-07-06 13:14:26 -05:00
Christopher Pickering
6c653093fe
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev 2022-07-06 13:09:54 -05:00
Christopher Pickering
012230a80c
feat(npm): added npm publish
Release should now publish to npm.
2022-07-06 13:09:22 -05:00