Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jhipster-core

Package Overview
Dependencies
Maintainers
4
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jhipster-core - npm Package Versions

1
9

4.3.0

Diff

Changelog

Source

v4.3.0

What's new

  • Unset cacheProvider option when the application type is reactive
  • Made the reactive option available

Fixed

  • Fixed multi-line JDL comment generation (thanks to @yelhouti for the report!)
  • Fixed checkNoSQLModeling with multi applications (thanks to @clement26695!)

mathieuaa
published 4.2.0 •

Changelog

Source

v4.2.0

What's new

  • Improved and fixed the JDL export, which now exports single & multi apps with their entities (thanks to @Shaolans)

Fixed

  • The entity's changelogDate is now preserved when re-generating the same entity, which doesn't result in an entity rewrite when reimporting (thanks to @kaidohallik)

mathieuaa
published 4.1.1 •

Changelog

Source

v4.1.1

What's new

  • Added the JDL linter rules to the API

mathieuaa
published 4.1.0 •

Changelog

Source

v4.1.0

What's new

  • Added the JDL linter available to the API

jdubois
published 4.0.2 •

Changelog

Source

v4.0.2

note: v4.0.1 is the same

What's new

  • vuejs has been added as a valid client option

mathieuaa
published 4.0.0 •

Changelog

Source

v4.0.0

Breaking changes

  • Removed methods #addEntity and #excludeEntity from JDLUnaryOption & JDLBinaryOption classes.
    • In favor of the #addEntityName and #excludeEntityName methods that take strings instead of entities.

What's new

  • Having no as DB type is now allowed for any app (thanks to @jsm174 for notifying, and @ruddell & @cbornet for the help).
  • Additionally, having no as DB type automatically sets the devDatabaseType & prodDatabaseType values to no (thanks @jsm174 from reporting it).
  • Linting: added the 'collapsible relationships" check
  • For blueprints: when a JSON entity file has custom attributes, the JDL import subgen now just merges the old content with the new one
  • The UUID type is now available for all the DB types! (thanks to @murdos)

Bug fixes

  • Parsing regexp with slashes involved now works again (https://github.com/jhipster/generator-jhipster/issues/9750)

mathieuaa
published 3.6.14 •

Changelog

Source

v3.6.14

What's new

  • Added new option memcached to cache providers (thanks to @Hawkurane),
  • Added RelationshipOptions to the API,
  • Linting: added the 'unused enums' rule

Bug fixes

  • Relationship options are now correctly exported (notably: the jpaDerivedIdentifier option)
  • Application base names can now have underscores (thanks to @Shaolans)

jdubois
published 3.6.13 •

Changelog

Source

v3.6.13

What's new

  • This changelog file :)
  • Removed Rancher from the JDL
  • Removed istioRoute
  • istio is now a boolean
  • Improved error message for relationships between applications
  • Duration has been added as type (thanks to @massimosiani)

Bug fixes

  • Nothing

mathieuaa
published 3.6.12 •

Changelog

Source

v3.6.12

Released on: 2019-03-03

What's new

  • Made selecting DTOs without services not throw an error (thanks @ruddell)
  • Supported relations when an application uses Couchbase as DB (thanks @tchlyah)
  • Sonar reports are configured (thanks @jdubois)

Bug fixes

  • An application's baseName can now have an underscore in the JDL (thanks @Shaolans)

As a side note, the linter has been added, but will only be available in v3.7.0.


mathieuaa
published 3.6.11 •

Changelog

Source

v3.6.11

Released on: 2019-02-14

What's new

  • Nothing

Bug fixes

  • Fixed invalid otherEntityRelationshipName generated for the destination entity of a relationship (thanks @pvliss)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc