Skip to content

Releases: james-pre/utilium

0.1.7

19 Apr 17:10
v0.1.7
27ed0c9
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release
  • Fixed the base type for From in assignWithDefaults

0.1.6

19 Apr 15:46
v0.1.6
93b7d75
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release

Fixed the readonly not extending to the inside array with pick and omit

0.1.5

19 Apr 15:38
v0.1.5
8f8c309
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release
  • Added readonly to the keys parameters of pick and omit
  • Added assignWithDefaults

0.1.4

19 Apr 15:23
v0.1.4
923abec
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

Added pick and omit functions
Changed filterObject to use a predicate function

0.1.3

19 Apr 13:36
v0.1.3
abd44bd
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • Fixed the return type of filterObject using Omit instead of Pick

0.1.2

18 Apr 19:53
v0.1.2
50c25d5
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Removed default fs import

0.1.1

18 Apr 19:39
v0.1.1
cfe9288
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Removed usage of top-level await when setting a default fs module.

0.1.0

18 Apr 16:07
v0.1.0
ac1a148
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Changed @types/node to a development dependency
  • Updated the description

0.0.1

18 Apr 15:50
v0.0.1
58ce9e0
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Initial release. Includes:

function wait
const greekLetterNames
function isHex
function range
function toDegrees
function toRadians
function filterObject
function isJSON
abstract class FileMap
type JSONObject
type JSONValue
interface JSONFileMapOptions
class JSONFileMap
interface FolderMapOptions
class FolderMap
function resolveConstructors
function getRandomIntWithRecursiveProbability
function randomFloat
function randomHex
function randomBoolean
function randomBinaryString
function randomInt
type Expand
type ExpandRecursively
type ExtractProperties
type RequiredKeys
type RequiredProperties
type DeepRequired
type Optional
type NestedKeys
type PartialRecursive
type UnionKeys
type StrictUnionHelper
type StrictUnion