Skip to content

Commit 69579b3

Browse files
committedApr 5, 2018
Lots of refactoring
1 parent 9b446d1 commit 69579b3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2714
-244
lines changed
 

‎.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
}],
2525

2626
'import/no-extraneous-dependencies': ['off'],
27+
'import/prefer-default-export': ['off'],
2728

2829
'no-underscore-dangle': ['error', {
2930
allow: [

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,12 @@ In terms of extendability, returning an object with named properties should be t
397397

398398
##### 1.20.1-SNAPSHOT
399399

400+
* Build and include dist folder (JavaScript 1.6)
401+
* Copy into and include lib folder (ECMAscript 2015)
402+
* Refactor index.js -> html.es -> src/html.es -> lib/html.js -> dist/util.js
403+
* Refactor util.es -> src/util.es -> lib/util.js -> dist/util.js
404+
* Refactor input.js -> src/html/input.es -> lib/html/input.js -> dist/html/input.js
405+
* Make tests use the dist folder.
400406
* Documentation improvements
401407

402408
##### 1.20.0

0 commit comments

Comments
 (0)
Please sign in to comment.