- Add support for Next.js
13.3+
- Add support for Next.js 13+
node-fetch
is now an optional dependency
(it is not required if you are using an environment that has nativefetch
available)
- Ensure compatibility with Next.js 12.2.0+
- Minimum required Node.js version increased from 12 to 14
- Ensure compatibility with Next.js 12.1.1
- Return
paramsResult
from pixel core
- Fixes wrong dependency in
@millihq/pixel-express
- Removes caching from
@millihq/pixel-core
- Adds caching to
@millihq/pixel-express
- Adds support for Next.js versions
>= 12.1.0
.
For older versions of Next.js please use thev2.x.x
version of this package.
- Adds support for Next.js versions
>= 12.0.9
.
For older versions of Next.js please use thev1.x.x
version of this package.
Initial release of @millihq/pixel-core
package.