-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: π₯ First punt at priority option #223
base: main
Are you sure you want to change the base?
Commits on Mar 16, 2022
-
feat: π₯ First punt at priority option
Allow user to set length priority to length or unique (POC) β Closes: #220
Ryan Smee committedMar 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 6160c3c - Browse repository at this point
Copy the full SHA 6160c3cView commit details
Commits on Mar 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 485782e - Browse repository at this point
Copy the full SHA 485782eView commit details -
feat: π₯ Clean up fakFromArray logic
Move randUniqueElement logic into fakFromArray. Simplified fakeFromFunction while loop logic #220
Configuration menu - View commit details
-
Copy full SHA for 6b57aa0 - Browse repository at this point
Copy the full SHA 6b57aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 713c77d - Browse repository at this point
Copy the full SHA 713c77dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe7b0b - Browse repository at this point
Copy the full SHA bbe7b0bView commit details
Commits on Mar 23, 2022
-
feat: π₯ Allow devs to pass in comparison functions
Add default comparison functions for most likely use cases. Implimented them β Closes: #220
Configuration menu - View commit details
-
Copy full SHA for 7f69bad - Browse repository at this point
Copy the full SHA 7f69badView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77831a5 - Browse repository at this point
Copy the full SHA 77831a5View commit details
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 96acb7e - Browse repository at this point
Copy the full SHA 96acb7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for af09284 - Browse repository at this point
Copy the full SHA af09284View commit details
Commits on Apr 1, 2022
-
feat: π₯ Add generic comparison function
Add comparison function and start change over to using it β Closes: #220
Ryan Smee committedApr 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 6833592 - Browse repository at this point
Copy the full SHA 6833592View commit details
Commits on Apr 4, 2022
-
feat: π₯ Replace duplicate checkUnique logic with objectIsUnique
β Closes: #220
Ryan Smee committedApr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 13998f6 - Browse repository at this point
Copy the full SHA 13998f6View commit details -
feat: π₯ Fix function name. Update file name
Ryan Smee committedApr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 717bb7d - Browse repository at this point
Copy the full SHA 717bb7dView commit details -
test: π₯³ Move error to snapshot
Ryan Smee committedApr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 660f53a - Browse repository at this point
Copy the full SHA 660f53aView commit details
Commits on Apr 5, 2022
-
Merge remote-tracking branch 'origin/main' into feat/220-unique-values
Ryan Smee committedApr 5, 2022 Configuration menu - View commit details
-
Copy full SHA for b18c227 - Browse repository at this point
Copy the full SHA b18c227View commit details -
Fix snapshot error. Ensure all thrown errors throw actual errors rather than strings β Closes: #220
Ryan Smee committedApr 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 42a54d4 - Browse repository at this point
Copy the full SHA 42a54d4View commit details -
feat: π₯ Move snapshots folder to tests/ route
Ryan Smee committedApr 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 0ec65be - Browse repository at this point
Copy the full SHA 0ec65beView commit details -
Ryan Smee committed
Apr 5, 2022 Configuration menu - View commit details
-
Copy full SHA for ff6980a - Browse repository at this point
Copy the full SHA ff6980aView commit details -
feat: π₯ Add missing priority doc comment
Add missing priority doc comment β Closes: #220
Ryan Smee committedApr 5, 2022 Configuration menu - View commit details
-
Copy full SHA for d57bd25 - Browse repository at this point
Copy the full SHA d57bd25View commit details -
test: π₯³ Replace flakey regex
Ryan Smee committedApr 5, 2022 Configuration menu - View commit details
-
Copy full SHA for fc5f8fc - Browse repository at this point
Copy the full SHA fc5f8fcView commit details
Commits on Apr 19, 2022
-
Merge remote-tracking branch 'origin/main' into feat/220-unique-values
# Conflicts: # packages/falso/src/lib/core/core.ts
Ryan Smee committedApr 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 67c4f5f - Browse repository at this point
Copy the full SHA 67c4f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b84b1a - Browse repository at this point
Copy the full SHA 2b84b1aView commit details
Commits on May 3, 2022
-
Merge remote-tracking branch 'origin/main' into feat/220-unique-values
Ryan Smee committedMay 3, 2022 Configuration menu - View commit details
-
Copy full SHA for d4d1fa3 - Browse repository at this point
Copy the full SHA d4d1fa3View commit details -
feat: π₯ clean up unique validators
Move validators to own file. Rename validators to follow similar naming convention β Closes: #220
Ryan Smee committedMay 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 32b84de - Browse repository at this point
Copy the full SHA 32b84deView commit details
Commits on May 6, 2022
-
Merge remote-tracking branch 'origin/main' into feat/220-unique-values
Ryan Smee committedMay 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 6f7dcc6 - Browse repository at this point
Copy the full SHA 6f7dcc6View commit details -
feat: π₯ Add tests for unique validators
(Still need to do tests for objectIsUnique) β Closes: #220
Ryan Smee committedMay 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 2d0aecc - Browse repository at this point
Copy the full SHA 2d0aeccView commit details -
feat: π₯ Fix reversed logic and corresponding tests
β Closes: #220
Ryan Smee committedMay 6, 2022 Configuration menu - View commit details
-
Copy full SHA for dbddca3 - Browse repository at this point
Copy the full SHA dbddca3View commit details
Commits on May 10, 2022
-
feat: π₯ Combine uniqueComparer and comparisonKeys into config
Ryan Smee committedMay 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 2331772 - Browse repository at this point
Copy the full SHA 2331772View commit details -
Merge remote-tracking branch 'origin/main' into feat/220-unique-values
# Conflicts: # packages/falso/jest.config.ts # packages/falso/src/tests/random-float.spec.ts
Ryan Smee committedMay 10, 2022 Configuration menu - View commit details
-
Copy full SHA for b54d6b2 - Browse repository at this point
Copy the full SHA b54d6b2View commit details
Commits on May 12, 2022
-
Merge remote-tracking branch 'origin/main' into feat/220-unique-values
Ryan Smee committedMay 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 39e7fa5 - Browse repository at this point
Copy the full SHA 39e7fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e29cc7f - Browse repository at this point
Copy the full SHA e29cc7fView commit details -
feat: π₯ Tweak documentation comment to be priority specific
β Closes: #220
Ryan Smee committedMay 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 641a875 - Browse repository at this point
Copy the full SHA 641a875View commit details -
feat: π₯ Revert package.lock
Ryan Smee committedMay 12, 2022 Configuration menu - View commit details
-
Copy full SHA for c48790a - Browse repository at this point
Copy the full SHA c48790aView commit details
Commits on May 23, 2022
-
Merge remote-tracking branch 'origin/main' into feat/220-unique-values
Ryan Smee committedMay 23, 2022 Configuration menu - View commit details
-
Copy full SHA for f29cca6 - Browse repository at this point
Copy the full SHA f29cca6View commit details
Commits on Jun 13, 2022
-
Merge remote-tracking branch 'origin/main' into feat/220-unique-values
# Conflicts: # packages/falso/src/lib/core/core.ts # packages/falso/src/lib/text.ts
Ryan Smee committedJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for e7dac07 - Browse repository at this point
Copy the full SHA e7dac07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77edc54 - Browse repository at this point
Copy the full SHA 77edc54View commit details
Commits on Sep 12, 2022
-
Merge remote-tracking branch 'origin/main' into feat/220-unique-values
# Conflicts: # packages/falso/src/lib/number.ts # packages/falso/src/lib/octal.ts
Ryan Smee committedSep 12, 2022 Configuration menu - View commit details
-
Copy full SHA for fee5cf6 - Browse repository at this point
Copy the full SHA fee5cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23f628e - Browse repository at this point
Copy the full SHA 23f628eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2fb265 - Browse repository at this point
Copy the full SHA e2fb265View commit details -
test: π₯³ Add basic tests for core fake function
Add tests for simple array and function scenarios. Fix typo in unique checker logic β Closes: 220
Ryan Smee committedSep 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 086ec7b - Browse repository at this point
Copy the full SHA 086ec7bView commit details
Commits on Sep 18, 2022
-
refactor: π‘ Code review changes
Change comparison of valueOf to getTime with dateIsUnique. Combine describe block and it labels for comparison function tests β Closes: 220
Ryan Smee committedSep 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 2e5b650 - Browse repository at this point
Copy the full SHA 2e5b650View commit details -
refactor: π‘ Code review changes
Change checkUnique arrow functions to function declorations. Change unique-validators from inline arrow functions to actual function. Make function more type safe β Closes: 220
Ryan Smee committedSep 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 10cd7d0 - Browse repository at this point
Copy the full SHA 10cd7d0View commit details -
refactor: π‘ Change request changes
Strengthen type checking. Remove redundant error and test β Closes: 220
Ryan Smee committedSep 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 274fdc9 - Browse repository at this point
Copy the full SHA 274fdc9View commit details -
refactor: π‘ Code review changes
Strengthen type checking for comparisonKeys β Closes: 220
Ryan Smee committedSep 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 1143091 - Browse repository at this point
Copy the full SHA 1143091View commit details
Commits on Sep 19, 2022
-
Update packages/falso/src/lib/core/core.ts
Co-authored-by: Shahar Kazaz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a037d0 - Browse repository at this point
Copy the full SHA 2a037d0View commit details -
refactor: π‘ Code review changes
Change type back to original. Move option.length short circuit checks into fakeFromFunction/fakeFromArray functions. Fix typos in checkUnique logic for randJSON & randNearbyGPSCoordinate. Add missing tests tests. β Closes: 220
Ryan Smee committedSep 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 8869b35 - Browse repository at this point
Copy the full SHA 8869b35View commit details