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

jhipster-core

Package Overview
Dependencies
Maintainers
2
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

23
9

7.3.4

Diff

mathieuaa
published 7.3.3 •

mathieuaa
published 7.3.2 •

Changelog

Source

v7.3.2

What's new:

  • Added the generator-jhipster- prefix to blueprints that don't have one

Bug fixes:

  • Enforced the authenticationType is always uaa when the applicationType is uaa

mathieuaa
published 7.3.1 •

Changelog

Source

v7.3.1

## Bug fixes:

  • Set the default values for the serviceDiscoveryType option to eureka.
  • Options having * or all as entity list are now correctly parsed.

mathieuaa
published 7.3.0 •

Changelog

Source

v7.3.0

What's new

  • JDL:
    • Support for quoted string values. It should be the new norm in v8, and unquoted string values removed in the next major version.
    • The blueprints keyword is now available, it expects a list of blueprint names.
    • Commas are optional for enums (it was the case for fields, relationships, etc. before).

mathieuaa
published 7.2.1 •

Changelog

Source

v7.2.1

Bug fixes:

  • Fixed bug when parsing a JDL content with no entity
    • The failing cases happened when parsing applications without entities, and it failed because we wanted to export no entities.

mathieuaa
published 7.2.0 •

Changelog

Source

v7.2.0

## What's new

  • JDL:
    • Options like dto or service can now be declared inside applications, with no change in the syntax.
  • The .yo-rc.json file generation can now be skipped (by passing skipYoRcGeneration to the JDL importer, thanks to @mshima).
  • There won't be any thrown error if a JDL content contains an unknown option value. Instead, a message will be displayed (thanks to @SudharakaP).

Bug fixes

  • When not generating entity files (in the .jhipster folder), JHipster Core won't generate the .jhipster folder if didn't already exist (thanks to @mshima).

Minor improvements

  • Exported JSON files are now formatted as JHipster does (thanks to @mshima).

mathieuaa
published 7.1.1 •

mathieuaa
published 7.1.0 •

Changelog

Source

v7.1.0

What's new

  • Authority is now allowed as a special relationship source/destination, just like User (thanks to @xetys for this feature!)
    • It's also a JHipster-managed entity.
  • Added the ZonedDateTime and ByteBuffer field types for Cassandra (thanks @SudharakaP for taking this issue and making this happen!)
  • Added the couchbase as application option value for searchEngine

## Bug fixes

  • Importing a JDL file now takes into account existing .yo-rc.json files
    • For instance, if an existing application has the skipUserManagement option set, then this will be taken into account when reading entities/relationships.
    • A previous workaround consisted in exporting, modifying and finally re-importing a single JDL file.

mathieuaa
published 7.0.0 •

Changelog

Source

v7.0.0

## Breaking changes

  • API:
    • Replaced the MonolithJDLApplication, and other concrete classes related to JDL applications by the JDLApplication class.
      • Check this commit for more details.
    • Kept the previous API instead of the new one as the new API didn't really solve the "bloated API problem" (nothing changes if you didn't change your code).

## What's new

  • JDL:
    • Allowed integers & decimal when using annotations, and also for constants (thanks to @murdos for the request!).
    • Disallowed apps with non-SQL DB types and with the hibernate cache enabled (thanks to @Falydoor for the report!).
    • Added the embedded option (thanks to @tchlyah for the feature!)
  • Neo4j has been added as a new database type! (thanks to @atomfrede for this feature!)

## Bug fixes

  • Set the enableHibernateCache to false when having non-SQL dbs (thanks to @Falydoor for the report!).

23
9
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