Minor Changes
-
#4068
abb22a4
Thanks @titouancreach! - Added encodeUriComponent/decodeUriComponent for both Encoding and Schema -
#4068
f369a89
Thanks @vinassefranche! - Add Runtime.Runtime.Context type extractor -
#4068
642376c
Thanks @tim-smart! - add non-traced overload to Effect.fn -
#4068
3d2b7a7
Thanks @mikearnaldi! - Update fast-check to latest version -
#4068
73f9c6f
Thanks @wewelll! - add DateTimeUtcFromDate schema -
#4068
17cb451
Thanks @fubhy! - Added support forsecond
granularity toCron
. -
#4068
d801820
Thanks @fubhy! - AddedCron.unsafeParse
and allow passing theCron.parse
time zone parameter asstring
. -
#4068
e1eeb2d
Thanks @mikearnaldi! - add Effect.fnUntraced - an untraced version of Effect.fn -
#4068
c11f3a6
Thanks @QuentinJanuel! - Add Context.mergeAll to combine multiple Contexts into one. -
#4068
618f7e0
Thanks @tim-smart! - add span annotation to disable propagation to the tracer -
#4068
c0ba834
Thanks @titouancreach! - Add Schema.headNonEmpty for Schema.NonEmptyArray
Patch Changes
- #4068
e1eeb2d
Thanks @mikearnaldi! - Carry both call-site and definition site in Effect.fn, auto-trace to anon