-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HAL v2.0.0 #16
Merged
HAL v2.0.0 #16
Conversation
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 testing and experimenting with a potential v2; macro-side support, special passages, refactored code, etc. It's all experimentation for now.
- pull configs from a special passage - pull tracks from a special passage (in addition to macros and JS API) - start splitting up docs - get rid of useless API docs - start restructuring code - flatten user configs - streamline build process - stress testing
Cross browser range input styling added.
excite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This version of HAL includes a vast array of usability improvements, including the introduction of special passages, audio macros, and a variety of other features.
I took the opportunity to rewrite several parts of HAL for this release, meaning some code written for previous versions of HAL may no longer work correctly, hence the major version bump. In addition, since the recommended way to use HAL has changed so dramatically, this version also required a massive documentation rewrite.
The biggest changes are in how you use the library:
(newtrack:)
,(newplaylist:)
,(newgroup:)
,(masteraudio:)
,(track:)
,(playlist:)
, and(group:)
.hal.tracks
using the formattrackName: source, source, etc...
; each track definition must go on its own line.hal.config
special passage rather than by hand-editing the library.