]> Lady’s Gitweb - Pisces/shortlog
Pisces
2023-12-03 LadyAdd methods for own entries and values to object.js current
2023-12-03 LadyAdd is⸺ method to generated proxy constructors
2023-12-03 LadyAdd maybe to `function.js`
2023-11-25 LadyMinor refactors to numeric.js
2023-11-25 LadySmall improvements to string.js
2023-11-25 LadyBe safer about iterable.js property descriptors
2023-11-25 LadyBuild function.js on top of object.js infra
2023-11-25 LadySwap some things between value.js and object.js
2023-11-24 LadyRefactor object.js not to depend on function.js
2023-11-24 LadyMake getOwnPropertyDescriptor(s) safer
2023-11-24 LadyDe‐classify property descriptors; move to value.js
2023-11-23 LadyAdd createProxyConstructor to function.js
2023-11-23 LadyRefactor some functions in function.js to simplify
2023-11-23 LadyMake create⸺Function setup more flexible
2023-11-23 LadyMove toFunctionName into value.js
2023-11-22 LadyMove numeric constants into value.js
2023-11-22 LadyMove isConcatSpreadable[Object] into object.js
2023-11-19 LadySimplify implementation of defineOwnProperties
2023-11-19 LadyDrop dependency on object.js from symbol.js
2023-11-19 LadyMove arraylike functions into object.js
2023-11-17 LadyMove isArrayIndexString into string.js
2023-11-17 LadyMove string functions from value.js to string.js
2023-11-17 LadyMove isIntegerIndexString into value.js
2023-11-17 LadyTest constructability, name, length in numeric.js
2023-11-17 LadyRename Ascii‐related functions in string.js
2023-11-17 LadyRename scalarValueString → toScalarValueString
2023-11-11 LadyTest constructability, name, length in string.js
2023-11-05 LadyRefactor object.js to use createArrowFunction
2023-11-05 LadyRedo create⸺Function A·P·I in function.js
2023-11-05 LadyMove arraylike & index functions → values.js
2023-10-21 LadyTest constructability, name, length in iterable.js
2023-10-21 LadyImprove object.js a·p·i
2023-09-06 LadyCast to primitive when creating function names
2023-09-06 LadyDefine names for LazyLoader getters & setters
2023-09-05 LadyCast to function name in createCallableFunction
2023-09-05 LadyTest createCallableFunction names and lengths
2023-09-04 LadyTest function lengths in {value∣function∣symbol}.js
2023-09-04 LadyAdd toFunctionName to function.js
2023-09-04 LadyAdd symbolToString and symbolValue to symbol.js
2023-09-04 LadyRename make⸺ to create⸺ in function.js
2023-09-04 LadyCreate symbol.js module with getSymbolDescription
2023-09-04 LadyAdd makeIllegalConstructor to functions.js
2023-09-04 LadyTest function.js non·constructor constructability
2023-09-04 LadyEnsure each function in function.js has proper name
2023-09-04 LadyAdd completesNormally to function.js
2023-09-04 LadyUse strict asserts in function.test.js
2023-09-04 LadyTest value.js non·constructor constructability
2023-07-22 LadyEnsure each function in value.js has correct name
2023-07-22 LadyUse strict asserts in value.test.js
2023-07-22 LadyAdd iterator function builders; use in string.js
2023-06-27 LadyAdd buffer getters and setters to binary.js 0.4.0
2023-06-26 LadyAdd arrayBufferSlice to binary.js
2023-06-26 LadySupport SharedArrayBuffer; drop isDataView
2023-06-26 LadyApply various minor updates to binary.js
2023-06-25 LadyRename is⸺ to is⸺Object in object.js
2023-06-25 LadyApply various minor formatting changes
2023-06-25 LadyRename to{I∣Ui}ntN to to{S∣Uns}ignedIntegralNumeric
2023-06-25 LadyFix linting errors in string.*
2023-06-25 LadyExport welknown symbols from value.js and use them
2023-06-24 LadyUse === more frequently in binary.js
2023-06-24 LadyAdd various is⸺ functions to binary.js
2023-06-24 LadyAdd isArrayBufferView & toArrayBuffer to binary.js
2023-06-24 LadyFix permissions of binary.test.js
2023-05-22 LadyMake base32 handling less forgiving 0.3.1
2023-05-20 LadyAdd ::flags override to Matcher 0.3.0
2023-05-20 LadyUse strict equals in Matcher constraint tests
2023-05-20 LadyAdd base32 support to binary.js
2023-05-20 LadyAdd base16 support to binary.js
2023-05-20 LadyFix base64 implementation
2023-05-12 LadyRemove irregular whitespace
2023-05-12 LadyPolish object.js a little
2023-05-12 LadyPolish binary.js a little bit.
2023-05-12 LadyRename base64.js to binary.js; reorganize contents
2023-05-12 LadyAdd to⸺Notation functions to numeric.js
2023-05-12 LadytoIntegerOrInfinity 🔜 toIntegralNumberOrInfinity
2023-05-12 LadyAdd toIntegralNumber to numeric.js 0.2.0
2023-05-12 LadyAdd POSITIVE_ZERO and NEGATIVE_ZERO to numeric.js
2023-05-12 LadyProvide fake external constructor for Matcher
2023-05-12 LadyPass exec result to constraint in Matcher
2023-05-12 LadyAdd support for constraints to Matcher 0.1.4
2023-05-12 LadyMake toIntN & toUintN more accommodating
2023-05-12 LadyTreat object function args more consistently 0.1.3
2023-05-12 LadyAdd toString to string.js
2023-05-12 LadyAdd toIntegerOrInfinity to numeric.js
2023-05-12 LadyAdd LazyLoader class 0.1.2
2023-05-12 LadyAdd isArraylikeObject 0.1.1
2023-05-12 LadyUpdate README 0.1.0
2023-05-12 LadyRefactor base64; remove runtime dependencies
2023-05-12 LadyRefactor iri; remove runtime dependencies
2023-05-12 LadyAdd Matcher class for whole‐string matching
2023-05-12 LadyAdd arraylike functions and collection unit tests
2023-05-12 LadyAdd string functions and unit tests
2023-05-12 LadyAdd numeric functions and unit tests
2023-05-12 LadyRemove dependencies of function.js; add tests
2023-05-12 LadySplit some object code into value and unit test
2023-05-12 LadyBasic functions for object & function manipulation
2023-05-12 LadyAdd string functions
2023-05-12 LadyL·E·I·R·I support
2023-05-12 LadyMore comprehensive support for RFC 3986 & RFC 3987
2023-05-12 LadyPropertyDescriptor and frozenCopy
next
This page took 0.047806 seconds and 4 git commands to generate.