Skip to content

Releases: fpereiro/teishi

5.1.0

20 Jul 21:01
Compare
Choose a tag to compare
  • Enable global prod mode by setting teishi.prod to a truthy value.
  • Add teishi.inc.
  • teishi.clog will now stop adding a trailing colon to the printed output if it receives only a single simple argument.

5.0.3

15 Jun 19:45
Compare
Choose a tag to compare
  • Add prod flag for teishi.v and teishi.stop.
  • Edit the tests so that only essential alerts are shown on old browsers.
  • Upgrade dale v6.0.1 -> v6.0.2

5.0.2

26 Nov 14:54
Compare
Choose a tag to compare
  • Upgrade dale v6.0.0 -> v6.0.1

5.0.1

19 Nov 13:52
Compare
Choose a tag to compare
  • Upgrade dale v5.0.3 -> v6.0.0

5.0.0

05 Nov 21:04
Compare
Choose a tag to compare
  • Breaking change: many functions with very short names have been renamed to slightly longer names that are self-explanatory, to enhance code readability and to make it easier to remember the name of the functions. To upgrade to this version, either rename the functions in your code or create an alias to them. The functions renamed are: 1) teishi.t -> teishi.type; 2) teishi.l -> teishi.clog; 3) teishi.c -> teishi.copy; 4) teishi.p -> teishi.parse; 5) teishi.s -> teishi.str.
  • teishi.last now accepts an optional second argument to instruct the function to return the nth argument from the end of the array.
  • Some improvements to the readme.
  • Upgrade dale v5.0.2 -> v5.0.3.

4.0.0

31 Jul 15:44
Compare
Choose a tag to compare
  • Compatibility with older browsers: indexOf polyfill, teishi.t works on more browsers, use dale.clog for logging.
  • teishi.time can now construct the date from its first argument.
  • Upgrade dale v4.3.3 -> v5.0.2.

3.14.1

06 Jun 12:56
Compare
Choose a tag to compare
  • Allow teishi.last to receive arguments pseudo-arrays as input.
  • Remove unnecessary code.

3.14.0

31 May 12:57
Compare
Choose a tag to compare
  • Add teishi.last, a function that returns the last element of an array or an arguments pseudo-array.
  • teishi.c: fix incorrect detection of circular references (some non-circular objects were being detected as circular if there was more than one reference to them within the copied object); instead of printing the path of the circular object, simply print [Circular] instead.

3.13.2

14 Nov 11:01
Compare
Choose a tag to compare
  • Update CDN link to jsDelivr.

3.13.1

05 Oct 06:31
Compare
Choose a tag to compare
  • Upgrade dale v4.3.1 to v4.3.2 .