1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
🔖 Release as v0.9.0
skerit
as Jelle De Loecker
More... 3 months ago
🐛 Make `String.parseQuote(input)` not fail on windows due to line endings
skerit
as Jelle De Loecker
More... 3 months ago
✅ Just disable the request agent tests on github actions
skerit
as Jelle De Loecker
More... 3 months ago
✅ More attempts to get request agent tests working on github actions
skerit
as Jelle De Loecker
More... 3 months ago
✅ Increase request agent test timeout for github actions
skerit
as Jelle De Loecker
More... 3 months ago
✅ Fix line endings issue for windows tests
skerit
as Jelle De Loecker
More... 3 months ago
🙈 Add docblock update to revisions to ignore
skerit
as Jelle De Loecker
More... 3 months ago
📝 Update all docblocks
skerit
as Jelle De Loecker
More... 3 months ago
🙈 Add file for ignoring revisions in git blame
skerit
as Jelle De Loecker
More... 3 months ago
♻️ Cleanup function inheritance code
skerit
as Jelle De Loecker
More... 3 months ago
♻️ Use `Fn` variable instead of `Collection.Function` etc
skerit
as Jelle De Loecker
More... 3 months ago
🔥 Removed special Bun require code
skerit
as Jelle De Loecker
More... 3 months ago
♻️ Cleanup Array & Math code
skerit
as Jelle De Loecker
More... 3 months ago
♻️ Clean up Object code
skerit
as Jelle De Loecker
More... 3 months ago
♻️ More String code cleanup
skerit
as Jelle De Loecker
More... 3 months ago
♻️ Refactor HTML tokenizer
skerit
as Jelle De Loecker
More... 3 months ago
♻️ Remove some unneeded strings
skerit
as Jelle De Loecker
More... 3 months ago
♻️ Cleanup string inflection code
skerit
as Jelle De Loecker
More... 3 months ago
⚰️ Remove some unused string methods
skerit
as Jelle De Loecker
More... 3 months ago
✨ Add support for underscores in numbers to the tokenizer
skerit
as Jelle De Loecker
More... 3 months ago
♻️ Replace `Object.hasOwnProperty.call` calls with `Object.hasOwn`
skerit
as Jelle De Loecker
More... 3 months ago
✨ Add new operators to the JavaScript tokenizer
skerit
as Jelle De Loecker
More... 3 months ago
♻️ Remove `eval` usage from the `methodize` & `unmethode` functions
skerit
as Jelle De Loecker
More... 3 months ago
♻️ Deduplicate inflection rules
skerit
as Jelle De Loecker
More... 3 months ago
♻️ Remove some unneeded arguments
skerit
as Jelle De Loecker
More... 3 months ago
💥 Make `Function.create(name, fnc)` rename the given function instead of creating a new one using `eval`
skerit
as Jelle De Loecker
More... 3 months ago
✨ Make sure Placeholders are recursively resolved + add tests
skerit
as Jelle De Loecker
More... 3 months ago
♻️ The `Pledge` class is now a child of `Placeholder` and no longer an `Informer`
skerit
as Jelle De Loecker
More... 3 months ago
♻️ Change placeholder method names
skerit
as Jelle De Loecker
More... 3 months ago
✨ Add custom janeway representation to Trail class
skerit
as Jelle De Loecker
More... 3 months ago