- types: Regenerate packages with upgraded ops packages (936026a)
- date-time: Added the
getMonthIndex
helper function (8d979d2)
- date-time: Update static function to no longer be constants (f366ffe)
- hooks: Resolve issue updating element reference in
useHook
hook (340e2f4)
- types: Added the
isFileResult
type-checker and updatedstatus
field (2fc6410)
- date-time: Update the conditionals in validate functions (f5f4e26)
- date-time: Resolve issue with the date-time format functions (f385b23)
- hooks: Added the
composeRefs
function and hook (80a1379)
- monorepo: Use latest storm build tools in monorepo (6bf00c5)
- date-time: Resolve issue with parsing ISO-8601 string (a63273e)
- date-time: Resolved issue with creating date-time in validation function (2a3c1e8)
- date-time: Provide time zone to the formatting function (318ab55)
- date-time: Added new flags to formatting options for helper functions (b702d6c)
- serialization: Resolved stack overflow issue with
StormParser
class (f890df9)
- types: Added the
index
andstatus
properties to theSelectOption
type (7da9603)
- types: Added the
description
property to theSelectOption
type (94c33d2)
- types: Added the
help
andsuccess
ValidationDetail message types (207bf67)
- utilities: Added the
toPath
andtoDeepKey
functions (1977f13)
- monorepo: Regenerate markup after token update (a37ef2a)
- types: Added missing tags and regenerated markdown (7ab98cc)
- utilities: Update the base Nx configuration (99988e0)
- monorepo: Update the Nx configuration to include release process specifications (df311f7)
- monorepo: Regenerate the README file formatting (b81153c)
- utilities: Reformatting the README files (723d68b)
- types: Regenerate the monorepo markdown files (2b5818e)
- monorepo: Resolve issue with markdown across entire monorepo (ee6720c)
-
server-cache: Added base package to support various types of caching on the server (8be6e04)
-
server-cache: Added the caching access/modify methods (36d8540)
- Patrick Sullivan