-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ninjs 3.0 release candidate, including events, planning, live streams…
… and camelCase properties (#157) ninjs 3.0 release, including the following changes: * events and news coverage support * extensive date support including recurring events, expectedStartDate and expectedEndDate for events and planning items * expectedStartDate and expectedEndDate support TruncatedDateTime which allows for year-only, year-month, year-month-day etc as well as fully specified date-time strings * commissioning information * additions to rendition support to handle live streaming events * move of all property names to "camelCase" format which is best practice in the JSON world, particularly in GraphQL * ninjs 3.0 unit tests and examples * update to the ninjs User Guide --------- Co-authored-by: Ian Young <ian@iansramblings.com> Co-authored-by: Johan Lindgren <jl@tt.se> Co-authored-by: Trond Huso <trond@trondhuso.no>
- Loading branch information
Showing
129 changed files
with
12,241 additions
and
3,334 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
venv | ||
__pycache__ | ||
node_modules | ||
package.json | ||
package-lock.json | ||
|
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
Oops, something went wrong.