Skip to content

Releases: isaacmast/linkedin-pdf-to-json

v1.5.1

20 Sep 17:22
Compare
Choose a tag to compare

fix(command line hotfix): change command name to lptj and update documentation [commit d5af8f8]
chore(update package): updated for release v1.5.1 [commit bf3a692]

v1.5.0

12 Sep 15:51
Compare
Choose a tag to compare

feat(education): add degree, startDate, and endDate properties [commit a5b3286]
fix(acutal expected): updated JSON files [commit 206c556]
chore(update readme): updated with improved education experience section parsing [commit 192f3fb]
chore(update package): updated for release v1.5.0 [commit 076496c]

v1.4.0

09 Sep 20:59
Compare
Choose a tag to compare

feat(jasmine): add support for jasmine testing [commit a872ce0]
chore(update readme): updated readme with testing instructions [commit 9e61af3]
feat(bash help): added --help command line option [commit a908bc7]
chore(update package): updated for release v1.4.0 [commit 9e9f763]

v1.3.0

04 Sep 19:44
Compare
Choose a tag to compare

chore(update pdf-text): point pdf-text dependency at forked GitHub repo [commit 866f0f1]
feat(education): added support for education section and optimized getNextToken function [commit 49d2bb5]
chore(update readme): updated to express support for education section parsing [commit d619a08]
chore(update package): updated for release v1.3.0 [commit 8f5cc13]

v1.2.2

24 Aug 20:14
Compare
Choose a tag to compare

chore(job title): changed the title property of job objects to jobTitle [commit 1bd2e69]
chore(change section headers): changed Summary, Experience, and Volunteer Experience section header values [commit f01488b]
chore(update readme): updated with new JSON example [commit 4ad8edb]
chore(update package): updated for release v1.2.2 [commit 9c1dfc2]

v1.2.1

23 Aug 18:53
Compare
Choose a tag to compare

chore(update readme): added example JSON output file [commit a6debd7]
chore(update package): updated for release v1.2.1 [commit 4dae1d5]

v1.2.0

23 Aug 17:05
Compare
Choose a tag to compare

feat(job responsibilities): moved job description text to responsibilities string array [commit 8859298]
feat(summary): moved summary text to a string array [commit 6eeb97c]
chore(job tweaks): modified job section parsing for additional fields and reorganization [commit 6240d23]

  • The dateRange property of job objects has been deprecated and replaced with the startDate and endDate properties.
  • The experience property is now an array of objects that holds individual job objects.
  • The generateJobProperty and generateSchoolProperty functions have been deprecated.

chore(languages): modified languages section to be an array of language objects [commit 56c5e88]
chore(job title): separated title text into title and organization [commit 946c332]
chore(update comments): updated comments of job, languages, and skillsAndExpertise functions [commit 4ff9d59]
chore(update readme): updated JSON output file example [commit f1f9c65]
chore(update package): updated for release v1.2.0 [commit 354167c]

v1.1.1

16 Aug 14:56
Compare
Choose a tag to compare

Updates

chore(update gitignore): ignore npm-debug.log [commit 942677f]
fix(module exports): fixed module exports issue [commit 4c54d46]
chore(update package): updated for release v1.1.1 [commit d2b9e98]

v1.1.0

16 Aug 14:35
Compare
Choose a tag to compare

Updates

feat(output json file): writes parsed JSON to file or just prints to console [commit ef66ce8]
chore(update readme): updated README with supported sections and installation/usage instructions [commit 4cccb25]
chore(update readme): fixed markdown issue [commit becfaaa]

v1.0.0

15 Aug 20:16
Compare
Choose a tag to compare

feat(initial features): added initial sections for parsing [commit 3e23101]