Releases: OrienteerBAP/JNPM
Releases · OrienteerBAP/JNPM
JNPM 1.5
What's Changed
- Support additional strategy DIST: to pick up a dist directory from packages
- Ability to use and store credentials from settings for private npm registry
Full Changelog: v1.4...v1.5
JNPM 1.4
What's Changed
- Remove dependency on javax.activation
- Support of using/skipping local cache: useful of the same version can be republished
Full Changelog: v1.3...v1.4
JNPM 1.3
What's Changed
- Ability to log https requests for debugging
- New ONE_DUMP strategy for storing all resources in one folder
- Big fixes related to custom repository URL
Full Changelog: v1.2...v1.3
JNPM 1.2
What's Changed
- Support of private NPM repository
- Support of authorization in NPM repository (public or private)
- BugFixes
Full Changelog: v1.1...v1.2
JNPM 1.1
What's Changed
- Switch Semver Java Library
- Allow to specify pathPrefix in maven plugin settings
- Proper configuration of releasing plugin to propagate to maven central
Full Changelog: v1.0...v1.1
JNPM 1.0
Main functionality in the release:
- Java API to query and retrieve data from NPM registry
- Command Line Interface for simple NPM operations: download and extract/install
- Maven plugin to pack resources from NPM packages to JAR/WAR
- Servlet and Wicket Resource to serve NPM packages/resources on your WAR site (aka CDN)