39 Commits

Author SHA1 Message Date
7b264dd882 1.1.0 2021-03-07 19:23:41 +00:00
06b0d59d5f Refactor table code
Use array map instead of nest loops to generate table
2021-03-07 19:23:35 +00:00
9d26b39485 Table styling 2021-03-07 19:23:10 +00:00
4b64323e4b Merge branch 'main' of github.com:nplayfair/bom2table
# Conflicts:
#	package-lock.json
#	package.json
#	src/bom2table.js
2021-03-07 17:38:30 +00:00
1c5913b29f Use js-beautify instead of pretty 2021-03-07 17:35:11 +00:00
40efd745de Don’t set basedir 2021-03-07 17:13:46 +00:00
9eea599432 Merge branch 'main' of github.com:nplayfair/bom2table 2021-03-07 17:11:41 +00:00
504add22de Update netlify config 2021-03-07 17:11:15 +00:00
2446743b03 Update netlify config 2021-03-07 17:07:05 +00:00
0d0eda4567 1.1.0 2021-03-07 17:04:16 +00:00
5fc325d2e1 Use js-beautify instead of pretty 2021-03-07 17:01:23 +00:00
cd83b7b6c1 Use parcel 2021-03-07 17:00:44 +00:00
b5fbd2b00d Fix alignment 2021-03-06 21:30:44 +00:00
eb2af6ecad Refactor JSON output 2021-03-06 21:30:34 +00:00
1adb4d55fd reformat page 2021-03-06 21:24:04 +00:00
da07378de7 Testing new methods 2021-03-06 21:09:57 +00:00
eaa4a6a452 testing json export 2021-03-06 18:34:58 +00:00
a485fe9171 Use watchify for dev 2021-03-06 18:34:07 +00:00
4b3efbde10 Display components in JSON 2021-03-06 18:33:54 +00:00
56840067f5 Clear table when uploading new bom 2021-02-22 22:53:17 +00:00
eba25d02b1 Remove old deps 2021-02-22 22:53:00 +00:00
d04907894f use pretty instead of js-beautify 2021-02-22 22:00:58 +00:00
14fc669752 get rid of old node script 2021-02-22 22:00:43 +00:00
73b4deec6b Rearrange script 2021-02-22 22:00:36 +00:00
babc178e84 Basic 2 column layout 2021-02-22 21:59:53 +00:00
59e8f06fe5 Bump deps and use eslint 2021-02-21 23:38:18 +00:00
6834abdef4 Output markup of the table to the page 2021-01-04 21:12:59 +00:00
9d8522ed89 Remove unnecessary test files 2021-01-04 21:12:34 +00:00
c2936fb985 Add browserify dep 2021-01-04 17:58:44 +00:00
c2632ffebc Build scripts 2021-01-04 17:52:01 +00:00
f2614ad5ff Netlify build script 2021-01-04 17:51:50 +00:00
17971a5d96 Move source files to src 2021-01-04 17:51:41 +00:00
ea5ebfdfcf Line endings 2020-12-24 21:48:24 +00:00
64446524b5 Use browserify to bundle deps 2020-12-23 20:40:14 +00:00
ac67adb456 Write HTML table with converted values 2020-12-23 15:48:06 +00:00
c34ef257ca Browser version 2020-12-23 15:28:58 +00:00
9a08b22055 Add license 2020-12-21 21:17:13 +00:00
e40ccc2bd6 Filter parts array
Remove objects that have a part value which matches the rejectedParts list
2020-12-21 21:13:24 +00:00
8d2bb35521 Initial commit 2020-12-21 17:16:15 +00:00