Commit Graph

2968 Commits

Author SHA1 Message Date
Liam Newman
435680d2c0
Remove rawgit from script 2022-04-23 19:23:20 -07:00
Liam Newman
6d5c622182
Remove rawgit 2022-04-23 19:22:01 -07:00
Liam Newman
ffd14abad1
Merge pull request #2033 from mhnaeem/feature/space-after-named-function-classes
Fixes #1622 - Adds space_after_named_function option for ES6 classes
2022-04-21 17:53:00 -07:00
Liam Newman
4cc5e6ef5b
Merge branch 'main' into feature/space-after-named-function-classes 2022-04-21 17:30:35 -07:00
Liam Newman
3f22fa199f
Merge pull request #2004 from kcamsanc/in-class-method
[ISSUE 1846] Resolve indent issue with class method named in
2022-04-21 17:25:13 -07:00
Liam Newman
4b6ba1be74
Merge branch 'main' into in-class-method 2022-04-21 10:01:39 -07:00
Liam Newman
508e8033fb
Merge pull request #2046 from a-vento/partialsfix-1869
solution to partials not seperated by spaces
2022-04-21 09:59:30 -07:00
Liam Newman
11f2dae290
Merge branch 'main' into feature/space-after-named-function-classes 2022-04-20 21:12:20 -07:00
avento
7fe98948dc reran cli 2022-04-18 17:03:07 -04:00
avento
c50fc92c9a deleted invalid option 2022-04-16 18:12:44 -04:00
avento
9a1268ea11 fixed style problems and condensed conditions 2022-04-16 15:19:23 -04:00
avento
63c9ffa11c solution to partials not seperated by spaces 2022-04-15 13:14:34 -04:00
Liam Newman
4df0273a74
Merge pull request #2034 from zalsaedy/handlebars-1988
[Issue #1988] Added support to recognize Handlebars block with whitespace control
2022-04-13 11:50:01 -07:00
zalsaedy
eb8233cd3c Additional whitespace removed in tests 2022-04-13 14:31:25 -04:00
zalsaedy
8edfc82fc1 Moved brackets to same line in tests 2022-04-13 12:11:27 -04:00
Hammad
0b35ee91b9 Instead of just relying on the text to confirm last token, also check for the type to be reserved token this way we will be sure that it is actually the special word class instead of a property called class 2022-04-13 03:24:20 -02:30
Liam Newman
73e57eef86
Merge pull request #2011 from bhaveshvasnani/remove_whitespace_number
[Issue 1950] Do not remove whitespace after number
2022-04-12 14:50:17 -07:00
Bhavesh Vasnani
073f66f29b modifying pyhton regex search function 2022-04-13 01:28:32 +05:30
Liam Newman
5344f24bf0
Merge pull request #2035 from mhnaeem/bug/add-grid-template-areas-to-non-semicolon-list
Add grid-template-areas to NON_SEMICOLON_NEWLINE_PROPERTY list
2022-04-12 12:36:47 -07:00
Hammad
1f1f5db201 Accommodating for the fact that the last last token can be of type class but it doesn't necessarily have to be the keyword class 2022-04-12 03:33:09 -02:30
zalsaedy
cdae8e0bdb Rebuild git diff check 2022-04-12 01:12:01 -04:00
Hammad
1809eb71bd Add tests for grid-template-areas multiline strings 2022-04-12 02:38:57 -02:30
Liam Newman
ade6603f3a
Merge pull request #2039 from mhnaeem/feature/support-forwards-syntax-sass
Fixes #1976 Adding support for the new @forwards syntax in SASS
2022-04-11 22:08:29 -07:00
Liam Newman
b75754aedc
Merge pull request #2036 from mhnaeem/bug/line-concat-prefix-increment
Fixes #1095 - Prefix operator on newline
2022-04-11 20:34:13 -07:00
Liam Newman
962580bf66
Merge branch 'main' into bug/line-concat-prefix-increment 2022-04-11 20:34:03 -07:00
Liam Newman
7bd04dcf0a
Merge pull request #2038 from mhnaeem/bug/fix-changelog-process
Fixes #2022 - Broken Changelog proces
2022-04-11 20:30:02 -07:00
Liam Newman
cbeac824e1
Merge pull request #2040 from mhnaeem/feature/redesigned-responsive-site
Fixes #1444 - Redesigned website
2022-04-11 20:23:35 -07:00
Hammad
f2ab338b05 Redesigned the front facing beautifier.io website to be much cleaner looking with responsive design that can now work on mobile devices 2022-04-11 23:45:50 -02:30
Hammad
889492414d #1976 adding support for the new @forwards syntax in SASS 2022-04-11 21:19:35 -02:30
Hammad
499518c642 Fixes the broken changelog update process by updating the generate-changelog.sh script to use the new github api with authorization tokens. 2022-04-11 19:05:42 -02:30
Hammad
9cceee0d74 Fix issue #1095 where special words like return without semicolon are followed by prefix operators on newlines 2022-04-11 18:48:10 -02:30
Hammad
ffe9292b3f Add grid-template-areas to NON_SEMICOLON_NEWLINE_PROPERTY list 2022-04-11 18:10:45 -02:30
zalsaedy
e8c5bdf175 Fixed #1988 and added unit tests 2022-04-11 15:55:12 -04:00
Hammad
027026093e #1622 - Adds space_after_named_function option for ES6 classes 2022-04-11 03:33:56 -02:30
Liam Newman
308bf8379a
Merge branch 'main' into remove_whitespace_number 2022-04-10 20:03:07 -07:00
Liam Newman
ed2e08d452
Merge pull request #2031 from mhnaeem/feature/link-python-library-on-site
Fixes #2030 - Add a link to the python library on the main site
2022-04-10 20:02:08 -07:00
Hammad
16ceedff61 Add a link to the python library on the main site 2022-04-10 20:06:26 -02:30
Bhavesh Vasnani
e3f9f64062 Merge branch 'remove_whitespace_number' of https://github.com/bhaveshvasnani/js-beautify into remove_whitespace_number 2022-04-10 13:13:32 +05:30
Bhavesh Vasnani
72e93fc6aa improved tests 2022-04-10 13:01:13 +05:30
Liam Newman
8af8e0b95f
Merge pull request #2027 from mhnaeem/regression/tests-for-array-formatting
Fixes #772 - Added regression tests
2022-04-09 23:53:09 -07:00
Hammad
de94b3fa50 Add regression tests for #772 2022-04-10 03:25:09 -02:30
Liam Newman
5ca6beed8a
Merge branch 'main' into remove_whitespace_number 2022-04-09 08:56:24 -07:00
Bhavesh Vasnani
30545ccc61 adding tests 2022-04-09 14:31:00 +05:30
Liam Newman
e14fa0a9b2
Merge pull request #2025 from beautify-web/staging/main
Pulling staging/main into main
2022-04-08 22:32:49 -07:00
GitHub Action
ecd5278e88 Bump version numbers for 1.14.3 2022-04-09 05:31:09 +00:00
Liam Newman
b8507a534a
Merge pull request #2020 from mhnaeem/regression/tests-for-space-after-string-css
Adding regression tests for #1798
2022-04-07 23:04:32 -07:00
Liam Newman
2a935a0ac1
Merge pull request #2021 from mhnaeem/regression/tests-for-space-in-paren-class-methods
Adding some regression tests to confirm #1151
2022-04-07 23:01:42 -07:00
Hammad
ed690dbac7 Adding some regression tests to confirm #1151 is fixed 2022-04-08 03:11:46 -02:30
Hammad
05b4d89313 Adding regression tests for #1798 2022-04-08 02:08:34 -02:30
Liam Newman
2fe3a93a5a
Merge pull request #2019 from mhnaeem/feature/add-preliminary-support-for-scss-maps
Adding basic support for SCSS/SASS maps
2022-04-07 21:05:07 -07:00