Skip to content

Commit

Permalink
Basic module extended type checking & relative base URLs for createRe…
Browse files Browse the repository at this point in the history
…stfulJsonClient

// implemented explicit type checkers for everything isA() supports (except null und undefined, which can be checked with ===) to improve readability and safe on uncompressable strings in source (+unit-tests)
// replace occurrences of isA() in source with new explicit type checkers
// added "htmlcollection" as newly available type for isA() and getType()
// added possibility to set empty or relative baseUrl for createRestfulJsonClient, which get auto-expanded with window.location.origin
// upped version to 0.1.6-beta
  • Loading branch information
Sebastian Schlapkohl committed Sep 4, 2023
1 parent 845f111 commit 5827050
Show file tree
Hide file tree
Showing 341 changed files with 9,274 additions and 1,044 deletions.
2 changes: 1 addition & 1 deletion dist/animation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/arrays.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/arrays.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5827050

Please sign in to comment.