Skip to content

Commit

Permalink
Merge pull request #4 from no-chris/v0.6.0
Browse files Browse the repository at this point in the history
V0.6.0
  • Loading branch information
no-chris authored Apr 28, 2019
2 parents f3f2470 + 171d6ac commit eff642f
Show file tree
Hide file tree
Showing 63 changed files with 3,092 additions and 408 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ module.exports = {
'plugins': [
'import',
'no-unsanitized',
'react-hooks'
'react-hooks',
'jam3', // for dangerouslySetInnerHTML
],

'extends': [
Expand Down Expand Up @@ -46,13 +47,15 @@ module.exports = {
}
],

'jam3/no-sanitizer-with-danger': ['error', { wrapperName: ['escapeHTML'] }],

'no-unsanitized/property': [ 'error', { escape: { methods: ['escapeHTML'] } } ],
'no-unsanitized/method': [ 'error' ],

'react/prop-types': [ 'error' ],

'react-hooks/rules-of-hooks': [ 'error' ],
'react-hooks/exhaustive-deps': [ 'warn' ]
'react-hooks/exhaustive-deps': [ 'warn' ],

},
'settings': {
Expand Down
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.9.0
12.0.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.6.0 (28/04/2019)

#### New features:

- Added print preview functionality
- adopted new versioning schema as semver does not make sense here

---

## v0.5.0 (14/04/2019)

#### New features:
Expand Down
42 changes: 21 additions & 21 deletions SLOC
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,53 @@ Source code:

---------- Result ------------

Physical : 3535
Source : 2802
Comment : 42
Single-line comment : 10
Block comment : 32
Physical : 4298
Source : 3419
Comment : 67
Single-line comment : 19
Block comment : 48
Mixed : 0
Empty block comment : 0
Empty : 691
Empty : 812
To Do : 0

Number of files read : 94
Number of files read : 108

----------------------------

Tests:

---------- Result ------------

Physical : 3342
Source : 2559
Comment : 33
Single-line comment : 30
Block comment : 3
Physical : 4060
Source : 3137
Comment : 42
Single-line comment : 37
Block comment : 5
Mixed : 0
Empty block comment : 0
Empty : 750
Empty : 881
To Do : 0

Number of files read : 40
Number of files read : 48

----------------------------

Total:

---------- Result ------------

Physical : 6877
Source : 5361
Comment : 75
Single-line comment : 40
Block comment : 35
Physical : 8358
Source : 6556
Comment : 109
Single-line comment : 56
Block comment : 53
Mixed : 0
Empty block comment : 0
Empty : 1441
Empty : 1693
To Do : 0

Number of files read : 134
Number of files read : 156

----------------------------

2 changes: 1 addition & 1 deletion assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title><%= htmlWebpackPlugin.options.title %></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto+Mono:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
Expand Down
2 changes: 0 additions & 2 deletions docs/css/main.1c344598d7d62d4c882b.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/css/main.1c344598d7d62d4c882b.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions docs/css/main.dbae970e9fc0ba07e9ca.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/css/main.dbae970e9fc0ba07e9ca.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit eff642f

Please sign in to comment.