dependabot[bot]
a0ab25214d
Bump eslint-utils from 1.3.1 to 1.4.2
...
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils ) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases )
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-08-26 23:19:29 +00:00
Rodrigo Fernandes
f8d49b4370
Add all contributors to README
2019-08-22 23:25:44 +01:00
Rodrigo Fernandes
d952ad0f27
Release 2.11.2
2019-07-11 22:33:22 +01:00
Rodrigo Fernandes
39338293db
fix: Update lodash now for real
2019-07-11 22:31:55 +01:00
Rodrigo Fernandes
5ff6db6315
Release 2.11.1
2019-07-11 22:21:22 +01:00
Rodrigo Fernandes
e5d8e985ba
fix: Update lodash version
2019-07-11 22:20:54 +01:00
Rodrigo Fernandes
829a6dc814
Release 2.11.0
2019-07-11 22:12:05 +01:00
Rodrigo Fernandes
6d73e467b0
Merge pull request #229 from emarcotte/master
...
Expose `oldName` and `newName` to file list templates
2019-07-11 22:05:44 +01:00
Eugene Marcotte
f68f930dd2
Expose oldName and newName to file list templates
2019-07-09 14:28:52 -04:00
Rodrigo Fernandes
0697ac6d55
Release 2.10.1
2019-07-07 14:12:56 +01:00
Rodrigo Fernandes
4e6db583e3
Merge pull request #228 from kaishuu0123/feat/replace-space-to-nbsp
...
Replace space to for HTML Rendering.
2019-07-07 14:07:34 +01:00
Koki Oyatsu
201c6a9f5c
Replace space to for HTML Rendering.(fix test)
2019-07-07 02:51:50 +09:00
Koki Oyatsu
5bf0575b46
Replace space to for HTML Rendering.
...
Reason:
Some javascript frameworks(ex. vue.js) manipulate HTML tags when drawing.
At that time, if there is a space-only DOM element, the space in the DOM
element is deleted.
Before:
`` `
<span> </span>
`` `
After (space deleted)
`` `
<span></span>
`` `
In order to avoid this, it has been modified to render with only when there is no diff.
2019-07-07 02:39:50 +09:00
Rodrigo Fernandes
faeb7b7e80
Merge pull request #226 from rtfpessoa/update-configurations
...
fix: Update typescript typings and default configuration options
2019-07-03 20:49:24 +01:00
Rodrigo Fernandes
d131860324
fix: Update typescript typings and default configuration options
2019-07-03 20:42:33 +01:00
Rodrigo Fernandes
defd8f399b
Release 2.10.0
2019-06-20 22:09:03 +01:00
Rodrigo Fernandes
0e1a908207
Merge pull request #222 from rtfpessoa/fix-oom
...
feature: Add `maxLineSizeInBlockForComparison` to avoid OOM
2019-06-20 22:07:31 +01:00
Rodrigo Fernandes
3c06b401b9
feature: Add maxLineSizeInBlockForComparison to avoid OOM
...
Fixes #220
2019-06-14 17:10:31 +01:00
Rodrigo Fernandes
3ad45ff86e
bump: Update dependencies
2019-06-14 16:15:59 +01:00
Rodrigo Fernandes
9eb33e8ab5
Update issue templates
2019-05-29 10:34:48 +01:00
Rodrigo Fernandes
86f884412e
Create CODE_OF_CONDUCT.md
2019-05-29 10:32:26 +01:00
Rodrigo Fernandes
c6624a3fcf
Create SECURITY.md
2019-05-23 20:56:33 +01:00
Rodrigo Fernandes
ce88d603fc
doc: Make more clear that stylesheets are always included in the end HTML
2019-05-23 20:43:12 +01:00
Rodrigo Fernandes
4c15a9ca93
Release 2.9.0
2019-05-08 23:45:42 +01:00
Rodrigo Fernandes
a8a7147f50
Merge pull request #217 from rtfpessoa/fix-merge-vuln
...
fix: Remove lodash.merge for merge
2019-05-08 23:45:05 +01:00
Rodrigo Fernandes
07f94aeb9e
fix: Remove lodash.merge for merge
2019-05-08 23:42:42 +01:00
Rodrigo Fernandes
7e9930bc7e
Release 2.8.0
2019-05-01 13:34:32 +01:00
Rodrigo Fernandes
1bb5a0bbdd
Merge pull request #215 from rtfpessoa/fix-linenumbers-on-scroll
...
Fix linenumbers on scroll
2019-05-01 13:34:02 +01:00
Rodrigo Fernandes
4418f5f00a
fix: Line numbers when scrolling
2019-05-01 13:31:21 +01:00
Rodrigo Fernandes
6a02f2dd22
clean: Update dependencies
2019-05-01 11:03:10 +01:00
Rodrigo Fernandes
cca1b34f0d
Merge pull request #209 from mohd-akram/preserve-tabs
...
Preserve tabs
2019-05-01 10:49:15 +01:00
Mohamed Akram
e4e0df62b9
Preserve tabs
2019-04-15 20:26:32 +04:00
Rodrigo Fernandes
35f86fe528
Merge pull request #203 from iliyaZelenko/patch-1
...
docs: Update example for Vue in README.md
2019-03-16 01:16:55 +00:00
Илья
06fda7c15a
Update README.md
2019-03-13 19:24:40 +02:00
Rodrigo Fernandes
8055f309da
Merge pull request #190 from brewern/render_nothing_when_empty
...
Add configuration for rendering nothing if the diff shows no changes were made.
2019-02-07 21:47:17 +00:00
Nick Brewer
9c30d10b97
Fix trailing comma lint issue.
2019-01-31 18:18:24 -06:00
Nick Brewer
3199a1ac7b
Add new config option to the documentation.
2019-01-31 18:01:56 -06:00
Nick Brewer
b43cc1ae91
Add configuration option to disable the render of templates.
...
No template would render if the diff shows no difference in its comparison.
2019-01-31 17:58:48 -06:00
Rodrigo Fernandes
2512e72f32
Release 2.7.0
2019-01-04 23:32:42 +00:00
Rodrigo Fernandes
c3259937f1
Update yarn.lock
2019-01-04 23:32:27 +00:00
Rodrigo Fernandes
65f24c5674
Merge pull request #187 from starpit/lodash.merge
...
fix: trim lodash dependence down to lodash.merge
2019-01-04 23:30:03 +00:00
Rodrigo Fernandes
e60e6efb03
Release 2.6.0
2019-01-04 23:18:36 +00:00
Rodrigo Fernandes
37401d7c1c
Merge pull request #180 from rtfpessoa/improve-line-heigth
...
Improve line heigth
2019-01-04 23:17:28 +00:00
Nick Mitchell
cc3083710e
fix: trim lodash dependence down to lodash.merge
...
Fixes #186
2019-01-02 20:45:28 -05:00
Rodrigo Fernandes
39f8d9b972
Merge pull request #183 from rtfpessoa/update-terraform
...
Update terraform
2018-11-25 11:18:06 +00:00
Rodrigo Fernandes
c76a421ff8
Update terraform
2018-11-25 10:59:08 +00:00
Rodrigo Fernandes
1906abd0e5
Merge pull request #181 from rtfpessoa/terraform
...
Initial terraform setup
2018-11-24 21:21:33 +00:00
Rodrigo Fernandes
7d41bd6afd
Initial terraform setup
2018-11-24 21:18:53 +00:00
Rodrigo Fernandes
7fbc8c238a
Improve line-height
2018-11-18 15:38:46 +00:00
Rodrigo Fernandes
a5835850c6
Update highlightjs
2018-11-14 23:55:16 +00:00