Skip to content
This repository was archived by the owner on Jul 4, 2018. It is now read-only.

Releases: FoalTS/generator-foal

v0.5.0-alpha.1

13 Jun 14:25

Choose a tag to compare

v0.5.0-alpha.1 Pre-release
Pre-release
Update cli to alpha 4

v0.4.0-beta.5

13 May 14:03

Choose a tag to compare

v0.4.0-beta.5 Pre-release
Pre-release
  • Update @foal/authentication version (#68).

v0.4.0-beta.4

06 May 17:44
0adb06c

Choose a tag to compare

v0.4.0-beta.4 Pre-release
Pre-release
  • Add validate-email-credentials-format (#62).
  • Add MSSQL (#63).
  • Rename LocalAuthenticator to EmailAuthenticator (#65).
  • Replace ServiceControllerFactory with IServiceControllerFactory (#66).
  • Make authentication simpler and add a UserModelService (#67).

v0.4.0-beta.3

24 Mar 19:24

Choose a tag to compare

v0.4.0-beta.3 Pre-release
Pre-release
  • Fix duplicate sqlite databases bug when using npm run shell (#59).
  • Make login view pretty (#61).

v0.4.0-beta.2

18 Mar 15:46

Choose a tag to compare

v0.4.0-beta.2 Pre-release
Pre-release
  • Add SQLite support (#54).
  • Add shared/connection.service.ts if a database is used (#57).
  • Add tests to SequelizeConnection services (#58).
  • Add the "shell" feature (#56).
  • Move templates into the modules (use gulp) (#56).
  • Fix invalidCredentials bug (#56).

v0.4.0-beta.1

09 Mar 12:56

Choose a tag to compare

v0.4.0-beta.1 Pre-release
Pre-release
  • Fix csrf issue and do not use secure cookies by default in prod.
  • Add invalid credentials message.
  • Fix linting issues.

v0.4.0-beta.0

08 Mar 19:46

Choose a tag to compare

v0.4.0-beta.0 Pre-release
Pre-release
  • Add "textual logo" (#44)
  • Each environment has an isolated configuration file (#46).
  • Add a Config interface (#46).
  • Add ejs services (#47)
  • Support MultipleEjsTemplatesService (#48).
  • Return a 404 when a page is not found (#49).
  • Add morgan logger (#50).
  • Update generators with the new architecture and add csrf protection (#51).

v0.4.0-alpha.6

28 Jan 13:13

Choose a tag to compare

v0.4.0-alpha.6 Pre-release
Pre-release
  • Add a public/ directory (#32).
  • Mode source-map-support from dev dep to dep (#34).
  • Add a default template index.html (#35, #38, #39, #43).
  • Fix linting (#35).
  • Rename MySequelizeConnection to ConnectionService and change config path (#36).
  • Adapt the generated app to be more easily deployable to Azure (#40).
  • Add empty database options in config.ts (#41).
  • Add uri prompt and ask for only one database (#42).

v0.4.0-alpha.5

14 Jan 15:29

Choose a tag to compare

v0.4.0-alpha.5 Pre-release
Pre-release

Fix typos

v0.4.0-alpha.4

14 Jan 15:17

Choose a tag to compare

v0.4.0-alpha.4 Pre-release
Pre-release

Fix version numbers of last pre-release.