Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Releases: rsm-hcd/AndcultureCode.JavaScript.Testing

v0.2.1

03 Jun 19:03
Compare
Choose a tag to compare

v0.2.1 Release

Release notes

Maintenance release - restructuring + bumping of various dependencies, minor typing update

Known issues

#24 Reevaluate production vs. peer/dev dependencies
#34 Constrain typing of randomValue function to object | array
#20 Bump highlight.js from 10.0.3 to 10.4.1
#22 Bump axios from 0.19.2 to 0.21.1
#30 Bump handlebars from 4.7.6 to 4.7.7
#31 Bump lodash from 4.17.19 to 4.17.21
#32 Bump hosted-git-info from 2.8.8 to 2.8.9
#33 Bump ws from 7.3.0 to 7.4.6
#37 Bump y18n from 4.0.0 to 4.0.3

Contributors

@brandongregoryscott

v0.2.0

30 Apr 19:38
Compare
Choose a tag to compare

v0.2.0 Release

Release notes

Small feature release to add a randomGuid function on TestUtils as well as exposing the underlying faker instance directly via TestUtils.faker

Known issues

#21 Expose faker property directly off of TestUtils for ease of consumer usage

Contributors

@brandongregoryscott

v0.1.0

04 Nov 13:51
Compare
Choose a tag to compare

v0.1.0 Release

Release notes

Small feature & maintenance release to prevent randomWord from returning special characters, plus additional utility functions

Notable features:

  • Updated the randomWord function to remove non-alphanumeric characters.
  • Added a randomWords function to return an array of strings, as that has been a common use-case.
  • Added a testLoop spec for running a function body multiple times, to hopefully catch some of these edge cases.
  • Finally, flipped removeComments to false in the tsonfig & removed the private wrapper functions in TestUtils so that JSDoc comments are actually retained.

Known issues

#17 Add additional guard to remove special characters from randomWord function

Contributors

@brandongregoryscott

v0.0.5

17 Oct 13:55
Compare
Choose a tag to compare

v0.0.5 Release

Release notes

Feature release - additional TestUtils functions for generating random data (random object, random path and random string casing)

Known issues

#8 Add test utility function for generating a random path
#9 Add test utility for randomizing case of a given string
#12 Add test utility for generating a random object

Contributors

@vansosnin

v0.0.4

16 Oct 13:10
Compare
Choose a tag to compare

v0.0.4 Release

Release notes

Minor feature/maintenance release to properly export TestUtils for consumer usage, add new randomFilename function

Known issues

#6 Export 'TestUtils' for consumer usage
#7 Add test utility function for generating a random filename

Contributors

@brandongregoryscott

v0.0.3

30 Aug 23:01
Compare
Choose a tag to compare

v0.0.3 Release

Release notes

Initial implementation of TestUtils with randomKey, randomValue and randomWord functions

Known issues

#2 Add test utility to pick a random property off of an object
#4 Add test utility for generating a single, random word

Contributors

@brandongregoryscott