From f82b83a77bcbe1cdf84d82c376ed021190cb6649 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Tue, 22 Oct 2024 10:58:31 +0200 Subject: [PATCH] v3.125.0 (2024-10-22) --- index.clj.html | 2 +- index.cljs.html | 4 ++-- index.html | 2 +- taoensso.encore.cljs.html | 5 +++-- taoensso.encore.html | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/index.clj.html b/index.clj.html index c47858c4..96c6764d 100644 --- a/index.clj.html +++ b/index.clj.html @@ -1,6 +1,6 @@ -Encore 3.123.0

Encore 3.123.0

Released under the Eclipse Public License - v 1.0

Core utils library for Clojure/Script.

Installation

To install, add the following dependency to your project or build file:

[com.taoensso/encore "3.123.0"]

Namespaces

taoensso.encore

Extended core library for Clojure/Script that emphasizes:
+Encore 3.125.0

Encore 3.125.0

Released under the Eclipse Public License - v 1.0

Core utils library for Clojure/Script.

Installation

To install, add the following dependency to your project or build file:

[com.taoensso/encore "3.125.0"]

Namespaces

taoensso.encore

Extended core library for Clojure/Script that emphasizes:
   * Cross-platform API
   * Flexibility
   * Performance
diff --git a/index.cljs.html b/index.cljs.html
index 283a5032..0acc2f5b 100644
--- a/index.cljs.html
+++ b/index.cljs.html
@@ -1,7 +1,7 @@
 
-Encore 3.123.0

Encore 3.123.0

Released under the Eclipse Public License - v 1.0

Core utils library for Clojure/Script.

Installation

To install, add the following dependency to your project or build file:

[com.taoensso/encore "3.123.0"]

Namespaces

taoensso.encore

Extended core library for Clojure/Script that emphasizes:
+Encore 3.125.0

Encore 3.125.0

Released under the Eclipse Public License - v 1.0

Core utils library for Clojure/Script.

Installation

To install, add the following dependency to your project or build file:

[com.taoensso/encore "3.125.0"]

Namespaces

taoensso.encore

Extended core library for Clojure/Script that emphasizes:
   * Cross-platform API
   * Flexibility
   * Performance
-  * Backwards compatibility

Public variables and functions:

\ No newline at end of file + * Backwards compatibility

Public variables and functions:

\ No newline at end of file diff --git a/index.html b/index.html index 27751b3e..47742c06 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,3 @@ -Encore 3.123.0

Encore 3.123.0

Released under the Eclipse Public License - v 1.0

Core utils library for Clojure/Script.

Installation

To install, add the following dependency to your project or build file:

[com.taoensso/encore "3.123.0"]

Platforms

This project includes code for multiple platforms, please choose a platform to view its documentation:

\ No newline at end of file +Encore 3.125.0

Encore 3.125.0

Released under the Eclipse Public License - v 1.0

Core utils library for Clojure/Script.

Installation

To install, add the following dependency to your project or build file:

[com.taoensso/encore "3.125.0"]

Platforms

This project includes code for multiple platforms, please choose a platform to view its documentation:

\ No newline at end of file diff --git a/taoensso.encore.cljs.html b/taoensso.encore.cljs.html index 7d9d235d..f57c5e99 100644 --- a/taoensso.encore.cljs.html +++ b/taoensso.encore.cljs.html @@ -1,6 +1,6 @@ -taoensso.encore documentation

taoensso.encore

Extended core library for Clojure/Script that emphasizes:
+taoensso.encore documentation

taoensso.encore

Extended core library for Clojure/Script that emphasizes:
   * Cross-platform API
   * Flexibility
   * Performance
@@ -489,7 +489,8 @@
 

newlines

clj

cljs

added in Encore v3.68.0 (2023-09-25)

Double system newline
 

nneg?

clj

cljs

(nneg? x)

nnil

clj

cljs

(nnil)(nnil x)(nnil x y)(nnil x y z)(nnil x y z & more)
Returns first non-nil arg, or nil.
 

node-paths

clj

cljs

(node-paths m)(node-paths node-pred m)(node-paths node-pred m basis)

node-target?

cljs

norm-word-breaks

clj

cljs

(norm-word-breaks s)
Converts all word breaks of any form and length (including line breaks of any
-form, tabs, spaces, etc.) to a single regular space.

now-inst

clj

cljs

added in Encore v3.66.0 (2023-08-23)

(now-inst)
Returns current system instant as `js/Date`.
+form, tabs, spaces, etc.) to a single regular space.

now-dt

clj

cljs

(now-dt)
Returns current system instant as `js/Date`.
+

now-inst

clj

cljs

added in Encore v3.66.0 (2023-08-23)

(now-inst)
Returns current system instant as `js/Date`.
 

now-nano

clj

cljs

Returns current value of best-resolution time source as nanoseconds.
 

now-udt

clj

cljs

(now-udt)
Returns current system insant as milliseconds since Unix epoch.
 

nzero-num?

clj

cljs

(nzero-num? x)

oget

cljs

(oget k)(oget o k)(oget o k not-found)
Like `get` for JS objects.
diff --git a/taoensso.encore.html b/taoensso.encore.html
index b3f7af62..301d7167 100644
--- a/taoensso.encore.html
+++ b/taoensso.encore.html
@@ -1,6 +1,6 @@
 
-taoensso.encore documentation

taoensso.encore

Extended core library for Clojure/Script that emphasizes:
+taoensso.encore documentation

taoensso.encore

Extended core library for Clojure/Script that emphasizes:
   * Cross-platform API
   * Flexibility
   * Performance
@@ -515,7 +515,7 @@
 
 `form` is ∈ #{:nfc :nfkc :nfd :nfkd <java.text.NormalizerForm>}.
 Defaults to :nfc as per W3C recommendation.

norm-word-breaks

clj

cljs

(norm-word-breaks s)
Converts all word breaks of any form and length (including line breaks of any
-form, tabs, spaces, etc.) to a single regular space.

normalize-headers

clj

(normalize-headers rreq-or-rresp)

now-dt

clj

(now-dt)
Returns current system instant as `java.util.Date`.
+form, tabs, spaces, etc.) to a single regular space.

normalize-headers

clj

(normalize-headers rreq-or-rresp)

now-dt

clj

cljs

(now-dt)
Returns current system instant as `java.util.Date`.
 

now-inst

clj

cljs

added in Encore v3.66.0 (2023-08-23)

(now-inst)
Returns current system instant as `java.time.Instant`.
 

now-nano

clj

cljs

(now-nano)
Returns current value of best-resolution time source as nanoseconds.
 

now-udt

clj

cljs

(now-udt)
Returns current system instant as milliseconds since Unix epoch.