protoblast
Advanced tools
Changelog
0.8.14 (2023-11-04)
LocalDateTime
, LocalDate
and LocalTime
classesObject.checksum()
handling of class instancesSymbol.toStringTag
implementation for classesDecimal
classesObject.isPrimitive(arg)
return true for all primitive typesObject.stringifyPrimitive(arg)
methodSymbol.toPrimitive
method for the local date classes so it'll behave like the native Date classChangelog
0.8.13 (2023-10-15)
a year and ago
with the #timeAgo()
methodvalues()
and toArray()
method to the BackedMap
classtype_path
property of classes when creating a descendants dictionaryDate#add(amount, unit)
handle days, weeks, months & years differentlyx-protoblast-webview
request header when running in a webviewChangelog
0.8.12 (2023-10-04)
String#encodeHTML()
stripping out newline & tab charactersDeck#size
property getterChangelog
0.8.11 (2023-07-28)
reset()
method to timebombsprogress_upload
event to Request
instances made on the browserRequest
be considered timed-out while its receiving/sending informationChangelog
0.8.9 (2023-05-09)
Function#instrumentMethod()
to add instrumentation to existing methodsChangelog
0.8.8 (2023-04-20)
WeakValueMap
classString#tokenizeHTML()
custom blocks to replace TAG_NAME
statesChangelog
0.8.7 (2023-03-02)
tel:
not being recognized as a valid protocol in RURL
RURL#matchesPath()
methodChangelog
0.8.5 (2023-02-20)
type_name
Develry.BackedMap
classClass#getLiveDescendantsMap()
, which returns a live BackedMap
that always has the current descendantsBackedMap#getKey(value)
method