-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix, Release v2.1.1: Work position order (#38)
- Fixes #38 - New Dash endpoint does *not* return work positions in correct order, so methods that were looking up elements by type instead of accessing via Table-of-Contents (which preserves order in arrays), were getting entities back in the correct order (was actually completely reversed for some endpoints!) - Fix is to switch to always looking up entities by ToC, for both API response types, to make sure work position order is always preserved - This affects both regular JSON Resume and vCard export, although I believe the issue filed was in reference to vCard specifically
- Loading branch information
Showing
4 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters