1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00
Commit Graph

182 Commits

Author SHA1 Message Date
hacksalot
c6efdeca05
chore: decaffeinate: remove generated dist/ folder 2018-02-14 10:13:48 -05:00
hacksalot
1bc3485812
chore: set HackMyResume version to 1.9.0-beta 2018-02-12 07:11:28 -05:00
hacksalot
922c1968ca
chore: add build-time eslint support 2018-02-12 03:34:55 -05:00
hacksalot
c4f7350528
chore: update project dependencies 2018-02-12 00:05:29 -05:00
hacksalot
2281b4ea7f
chore: bump fresh-jrs-converter to 1.0.0 2018-02-10 03:02:22 -05:00
hacksalot
ea3c72845e
chore: bump fresh-test-resumes to 0.9.2 explicit 2018-02-09 00:08:41 -05:00
hacksalot
06805578a2
chore: introduce fresh-resume-validator dependency 2018-02-09 00:07:37 -05:00
hacksalot
2767b16b47
test: use direct dependency for fresh-resume-underscore 2018-02-04 05:34:47 -05:00
hacksalot
81d9d5f157
test: add fresh-theme-underscore to suite 2018-02-04 04:06:49 -05:00
hacksalot
02f0af1ff8
chore: update HackMyResume version to 1.9.0 2018-02-03 04:35:07 -05:00
hacksalot
f53c316ecb
chore: replace fresca with fresh-resume-schema 2018-02-02 03:42:50 -05:00
hacksalot
e889481ad8
chore: bump HackMyResume version to 2.0.0
With this upcoming release we've introduced potentially breaking functionality
so a major version bump is indicated. Additionally, it's been over a year since
the last HackMyResume release; a major version bump allows us to accept some
fruitful breakage, giving us a clean basis as we move forward on new features.
2018-02-02 02:56:59 -05:00
hacksalot
7912ec9ef5
chore: add fresh-test-themes dependency 2018-02-01 22:02:50 -05:00
hacksalot
157a2a6145
chore: bump fresh-themes to 0.16.0-beta 2018-02-01 09:37:20 -05:00
hacksalot
76a386c9df
chore: bump fresh-test-resumes version to 0.9.1 2018-02-01 06:22:53 -05:00
hacksalot
7d78deec5f
test: replace 'resumes/' folder with fresh-test-resumes 2018-02-01 05:58:35 -05:00
hacksalot
a265fb633d
chore: add 'glob' dependency 2018-01-31 22:01:28 -05:00
hacksalot
7f656175f0
chore: bump jrs-fresh-converter to 0.2.3 2018-01-31 16:19:03 -05:00
hacksalot
35fb2f5dac
Fix Travis build issues. (#204) 2018-01-28 22:34:05 -05:00
hacksalot
2c26c21144 Bump fresh resume versions. 2018-01-25 14:47:22 -05:00
hacksalot
8cc6334cd1 Bump FRESCA dependency to 0.6.1. 2018-01-24 21:30:19 -05:00
hacksalot
0cd59416b8 Remove unused dependency. 2016-04-02 15:01:28 -04:00
hacksalot
9de1156144 Update contributors.
CC @daniele-rapagnani.
2016-02-15 16:48:05 -05:00
hacksalot
9ae2703eeb Bump version to 1.9.0. 2016-02-15 16:39:37 -05:00
hacksalot
1b0bc87b60 Update changelog and version. 2016-02-14 04:54:44 -05:00
hacksalot
5d3b993737 Bump fresh-themes to 0.15.1-beta.
Not 100% necessary given "^" but support naive stripping of the "^"
decorator.
2016-02-14 04:32:39 -05:00
hacksalot
6ac2cd490b Bump fresh-test-resumes to 0.7.0. 2016-02-13 23:45:53 -05:00
hacksalot
8100190978 Bump fresh-themes to 0.15.0-beta. 2016-02-13 22:54:43 -05:00
hacksalot
2d595350c6 Escape LaTeX during generation. 2016-02-13 20:40:17 -05:00
hacksalot
ca92d41d9e Numerous fixes. 2016-02-13 16:08:45 -05:00
hacksalot
964350d3c7 Bump fresh-jrs-converter to 0.2.2.
Technically the "^0.2.1" implies v0.2.2 but eventually we'll drop the
"^" and use shrinkwrapped versions in dev, so explicitly bump for now.
2016-02-12 21:42:50 -05:00
hacksalot
b26799f9fc Improve JSON error handling.
Add support for detection of invalid line breaks in JSON string values.
Fixes #137. Could be improved to fetch the column number and drop the
messy grabbing of the line number from the exception message via regex,
but currently the "jsonlint" library (not to be confused with
"json-lint") only emits an error string. Since this is also the library
that drives http://jsonlint.com, we'll accept the messy regex in return
for more robust error checking when our default json-lint path fails.

All of the above only necessary because standard JSON.parse error
handling is broken in all environments. : )
2016-02-12 17:11:11 -05:00
hacksalot
2758038858 Cleanup and bug fixes.
Remove file-based open methods from resume classes; force clients to use
clean string-based or JSON overloads; fix processing glitch in
validate(); tweak outputs; adjust tests; update CHANGELOG; etc.
2016-02-04 18:49:16 -05:00
hacksalot
3c551eb923 Point package.json "main" at "dist" folder. 2016-02-04 14:38:11 -05:00
hacksalot
70f45d468d Asynchrony. 2016-02-01 22:52:13 -05:00
hacksalot
8ec6b5ed6a Bump version to 1.7.4. 2016-01-30 12:08:02 -05:00
hacksalot
d69e4635be Bump fresh-themes to 0.14.1-beta. 2016-01-29 16:14:53 -05:00
hacksalot
4b7d594502 Bump version to 1.7.3. 2016-01-29 15:50:34 -05:00
hacksalot
0f65e4c9f3 Finish HackMyCore reshaping.
Reintroduce HackMyCore, dropping the interim submodule, and reorganize
and improve tests.
2016-01-29 15:23:57 -05:00
hacksalot
e9971eb882 Bump version to 1.7.2. 2016-01-28 07:05:27 -05:00
hacksalot
beb60d4074 Integrate HMC. 2016-01-27 05:29:26 -05:00
hacksalot
75a953aa73 Bump HackMyCore to 0.4.0. 2016-01-26 14:44:08 -05:00
hacksalot
9f811336e4 Bump HackMyCore version to 0.3.0. 2016-01-26 13:18:17 -05:00
hacksalot
80c36b96bc ... 2016-01-26 10:58:10 -05:00
hacksalot
cf18c5d90d Tweak test & clean. 2016-01-25 10:55:25 -05:00
hacksalot
0497696dcf Bump version to 1.7.1. 2016-01-25 10:41:47 -05:00
hacksalot
d007bd9bf6 Introduce CoffeeScript and build step. 2016-01-25 10:34:57 -05:00
hacksalot
58b6ad841e Remove unused "main" entry from package.json.
Clients who were require()ing hackmyresume should now require()
hackmycore instead.
2016-01-24 17:15:32 -05:00
hacksalot
8652c7ecdf Rename & bump hackmyapi dependency. 2016-01-24 17:04:01 -05:00
hacksalot
c882235eff Bump version to 1.7.0. 2016-01-24 17:03:35 -05:00