v0.26.0
02-28-2019 05:42 PST
BREAKING: message.publishTime
is now represented by a PreciseDate
object. (#503)
The PreciseDate
class extends the native Date object, so most users should be unaffected by this change. The notable differences between PreciseDate and Date objects are:
toISOString()
now returns as a RFC 3339 formatted string.- Nano and microsecond data is available via
date.getNanoseconds()
anddate.getMicroseconds()
respectively.
New Features
- feat(typescript): ship typescript declaration files (#498)
- feat(subscription): support push config auth methods (#504)