1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-03 08:51:05 +01:00
Commit Graph

49 Commits

Author SHA1 Message Date
8a46d642e5 chore: decaffeinate: convert error.coffee and 58 other files to JS 2018-02-14 09:56:31 -05:00
b7cd01597e chore: decaffeinate: rename error.coffee and 58 other files from .coffee to .js 2018-02-14 09:55:12 -05:00
d3194fba19 Relocate internal sources to HackMyAPI.
Move internal sources and related tests to:

https://github.com/hacksalot/HackMyAPI
2016-01-24 09:55:04 -05:00
201f39442e Add support for .ignore flag in FRESH and JRS resumes.
Preliminary support for ".ignore" on any non-leaf FRESH or JRS node.
Nodes (employment entries, education stints, etc.) decorated with
".ignore" will be treated by HMR as if they weren't present.
2016-01-19 20:09:59 -05:00
e72564162b Remove custom "extend" method.
Replace with NPM extend.
2016-01-18 17:31:08 -05:00
712cba57b8 Capture. 2016-01-18 00:34:57 -05:00
c9e45d4991 Capture. 2016-01-17 21:46:58 -05:00
5c95fe7af1 Integrate with fresh-jrs-converter.
Move FRESH/JRS conversion logic (and all future format conversions) into
a separate repo.
2016-01-16 12:40:16 -05:00
a9c685c6a4 Refactor error handling (interim). 2016-01-14 11:47:05 -05:00
1b94ada709 Misc improvements. 2016-01-12 18:13:54 -05:00
1966b0a862 Move string transformation out of FRESHResume. 2016-01-12 13:28:20 -05:00
6cd1e60e79 Sort projects. 2016-01-12 12:46:18 -05:00
39e995213f Improve starter resume.
"hackmyresume new" should emit a starter resume that a) has example
information and b) validates.
2016-01-06 14:09:22 -05:00
c5eab0fd9c Scrub. 2016-01-05 23:59:41 -05:00
40e71238ac Scrub. 2016-01-05 23:46:01 -05:00
9d75b207d1 Formalize empty-fresh.json dependency. 2016-01-05 23:28:49 -05:00
2759727984 Add convenience method. 2016-01-05 22:26:16 -05:00
e230d640cb Rename imp() to i() (interim). 2016-01-05 22:02:11 -05:00
6185f20ec9 Sort project history by default. 2016-01-05 05:00:04 -05:00
c711cb7922 Improve sorting. 2016-01-03 23:17:18 -05:00
f2bf09bf96 Allow variable-unit resume duration. 2016-01-03 09:48:22 -05:00
75e2b1c131 Improve keyword acquisition. 2016-01-03 09:48:02 -05:00
247eec396c Fix string iteration filtering glitch. 2016-01-03 07:35:47 -05:00
46c7fa9838 Add baseline keyword analysis. 2016-01-03 06:39:46 -05:00
8d7cf32988 Finish Commander.js integration. 2016-01-03 03:18:56 -05:00
d54b9a6d6c Remove unused method. 2016-01-01 03:45:14 -05:00
b85d40b1b3 Improve XML encoding for Word docs.
Fix various encoding errors.
2015-12-31 06:38:30 -05:00
3c1ae4cbd1 Add baseline support for local generation of JSON Resume themes. 2015-12-28 04:37:42 -05:00
c5ee1ee33c Quick fix for ".history" errors.
Affects #31 and #33.
2015-12-24 04:05:56 -05:00
ef2fe95bd8 Remove unused method. 2015-12-24 04:04:44 -05:00
e2589b3730 Fix validate command error.
Still hitting some inconsistent behavior in different NPM
versions/platforms with invalid uppercase dependency names per
https://github.com/npm/npm/issues/3692. Partial fix for #33.
2015-12-24 03:23:56 -05:00
eabab26eef Update file headers. 2015-12-17 10:15:59 -05:00
e0ef774692 Add missing semicolon. 2015-12-16 12:13:50 -05:00
1603a4bc73 Prosecute FCVD updates. 2015-12-16 11:25:50 -05:00
8273e7d150 ... 2015-12-15 06:20:06 -05:00
5c49a8297f Fix: FCVD error. 2015-12-14 07:32:41 -05:00
b38a7c1da2 Improve conversions and tests. 2015-12-12 10:48:26 -05:00
541198321e Fix JSHint warnings. 2015-12-09 21:44:35 -05:00
3dcf3c3974 Tweak Markdownification. 2015-12-09 04:32:39 -05:00
857de65750 More MEGADESK. 2015-12-09 00:13:58 -05:00
f3c9f92263 Add baseline Markdownification. 2015-12-08 22:22:33 -05:00
87c03b437c Generate safe date times; don't hard-code. 2015-12-08 22:21:42 -05:00
fcaeb381fe Gather. 2015-12-07 21:24:14 -05:00
5b3a25c461 Support NEW command. 2015-12-02 14:56:36 -05:00
debd866545 Adjust date references. 2015-11-21 03:11:18 -05:00
9cde39703e Clean up handling of "meta". 2015-11-20 09:28:55 -05:00
c14176a504 Implement "convert" command. 2015-11-20 08:29:19 -05:00
35b9f2b764 Fix JSON date validation.
JSON "date" type should accept YYYY, YYYY-MM, and YYYY-MM-DD but
is-my-json-valid only validates the last of the three.
2015-11-19 12:36:58 -05:00
0aa9bc2937 Rename Sheet/FreshSheet to JRSResume/FRESHResume. 2015-11-19 10:39:14 -05:00