Skip to content

Releases: OrienteerBAP/JNPM

JNPM 1.5

08 May 23:51
Compare
Choose a tag to compare

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

11 Apr 00:38
Compare
Choose a tag to compare

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

01 Apr 14:13
Compare
Choose a tag to compare

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

18 Jan 03:52
Compare
Choose a tag to compare

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

18 Jan 03:04
Compare
Choose a tag to compare

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

11 Jul 05:17
Compare
Choose a tag to compare

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)