Skip to content

Releases: cdimitroulas/smart-types-ts

v0.0.1-alpha

26 Feb 20:04
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release
  • Remove np.contents 2ae6e54
  • Update tsconfig.json and package.json for publishing 1cd9c99
  • Add repository details to package.json 696a66d
  • Add build command and fix tsconfig.json d0452a2
  • Add np and update package.json 22e3acc
  • Remove codeblock characters from docs which causes error 12e515b
  • Start working on docs 6fcfa6d
  • Update README and tasks a9f572d
  • Fix imports/exports and avoid failures in negativeNumber property tests 658f350
  • Change SmartConstructors to accept unknown rather than SimpleType def44ef
  • Improve comments + add optional smart constructors (needs work) 4e83b1e
  • Fix compile:watch script which had a space in the name dace46c
  • Typo 7c8e1f0
  • Typo a39017e
  • Wording 06d9321
  • Fix wordign 9b3f0e5
  • Add task 29ffb40
  • Wording cb6aaca
  • Add more to README 256c954
  • Fix README ccb77a9
  • Fix README c310479
  • Update tasks c56ea92
  • Update index.ts f2139b8
  • Add NegativeNum e464a9f
  • Add small task list so I don't forget things that need to be done 3e7c112
  • Implement mkSmartObject f533fb1
  • Add Typescript ^4.1.0 as a peerDependency since recursive types are needed 31332eb
  • Add SimpleType and SimpleObject types for transforming back to plain types 254149a
  • Add SmartConstructor type and refactor ebc11ca
  • Finish refactoring to Either 55d8d82
  • Refactor majority of modules to use Either instead of Option 0e82902
  • Fix index.ts 5dcf34b
  • Add StringWithLength module abf0008
  • Add WithlLength, rename FiniteArray to ArrayWithLength and refactor to use mkWithLength 82c1b34
  • Move fast-check to devDependencies b4de01c
  • Add ability to compile code without tests 611085d
  • Add index file and comments to utilTypes e46ca93
  • Add NumInRange module d4befb9
  • Fix issue in Int unit tests 94f1c79
  • Add PositiveInt module 62c527a
  • Fix import 9feeb3a
  • Add PositiveNum module 70eec35
  • Add Int type 6f48397
  • Add FiniteArray type 9fe55bf
  • Refactor to use new SmartType type instead of raw Never type 65dd98c
  • Save utilTypes file dd262a4
  • Fix compile script d32a5d8
  • Simplify URL type 1439861
  • Fix EmailAddress unit tests which could randomly fail a6f2f74
  • Add URL type 8a5d868
  • Add EmailAddress e2bcba5
  • Create README 8988a1a
  • TS config setup 07fe0ca

9333b20...v0.0.1-alpha