1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 19 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release as v2.2.10
skerit
as Jelle De Loecker
More... almost 2 years ago
Replace all remaining `Fn.parallel` and `Fn.series` calls with the Hawkejs equivalent
skerit
as Jelle De Loecker
More... almost 2 years ago
Use new Hawkejs function flow methods for remaining calls that couldn't be synchronized
skerit
as Jelle De Loecker
More... almost 2 years ago
Add `Hawkejs.series()` and `Hawkejs.parallel()` which uses a grouped-queue to minimize async overhead
skerit
as Jelle De Loecker
More... almost 2 years ago
Use grouped versions `Blast.nextGroupedTick()` and `Blast.nextGroupedImmediate()`
skerit
as Jelle De Loecker
More... almost 2 years ago
Use much faster checksum to cache client-side use of `getFirstAvailableInternalSource()`
skerit
as Jelle De Loecker
More... almost 2 years ago
Call `Element#attributeChangedCallback()` later if the scene instance isn't ready
skerit
as Jelle De Loecker
More... almost 2 years ago
Remove some `nextTick` calls too to get more speed
skerit
as Jelle De Loecker
More... almost 2 years ago
Also tweak buffer assemble async behaviour
skerit
as Jelle De Loecker
More... almost 2 years ago
Try to use as few true-async `Function.parallel` and `Function.series` calls as possible
skerit
as Jelle De Loecker
More... almost 2 years ago
Use fixed version for `nwsapi` dependency because latest minor version update is broken
skerit
as Jelle De Loecker
More... almost 2 years ago
Release as v2.2.9
skerit
as Jelle De Loecker
More... almost 2 years ago
Use `HashSet` for keeping track of added scripts & styles
skerit
as Jelle De Loecker
More... almost 2 years ago
Also clone variables fetched via `prepareRenderVariables` before rendering
skerit
as Jelle De Loecker
More... almost 2 years ago
Define custom elements in the browser as soon as they have been fully constituted
skerit
as Jelle De Loecker
More... almost 2 years ago
Wait for elements to be fully constructed before calling connected callbacks
skerit
as Jelle De Loecker
More... almost 2 years ago
Don't capture clicks when holding down ctrl or meta key
skerit
as Jelle De Loecker
More... almost 2 years ago
Make sure custom elements created outside of a renderer are properly constructed
skerit
as Jelle De Loecker
More... almost 2 years ago
Allow running the unit test server on a specific port
skerit
as Jelle De Loecker
More... almost 2 years ago
Make a renderer "adopt" elements coming from another renderer
skerit
as Jelle De Loecker
More... almost 2 years ago
Add `Renderer#ensureHawkejsRenderer()` which will always return a valid renderer
skerit
as Jelle De Loecker
More... almost 2 years ago
Move the `createElement` method to the main Hawkejs class
skerit
as Jelle De Loecker
More... almost 2 years ago
Make new renderer instances get the main hawkejs instance by default
skerit
as Jelle De Loecker
More... almost 2 years ago
Fix not calling custom element constructors when created with `Hawkej.createElement()`
skerit
as Jelle De Loecker
More... almost 2 years ago
Add `Hawkejs.isCustomElement(input)` to check if something is a custom element
skerit
as Jelle De Loecker
More... almost 2 years ago
Define custom elements in the browser after the `requiring` event insted of `hawkejs_init`
skerit
as Jelle De Loecker
More... almost 2 years ago
Add `Hawkejs.getInstance()` so hawkejs can be worked with as a singleton
skerit
as Jelle De Loecker
More... almost 2 years ago
Release as v2.2.8
skerit
as Jelle De Loecker
More... almost 2 years ago
Fix interpreted templates also being executed as an event handler
skerit
as Jelle De Loecker
More... almost 2 years ago
Also register custom elements when `assignData()` method is used
skerit
as Jelle De Loecker
More... almost 2 years ago