Skip to content

version 2.2.0 Release Candidate 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@seratch seratch released this 17 Jul 01:59
· 248 commits to master since this release

Skinny Framework 2.2.0 is coming soon. Please try it out by just specifying version 2.2.0.RC1 in your existing projects.

Topics

Skinny Micro 1.1, json4s 3.4

skinny-framework/skinny-micro@1.0.6...1.1.0

Various updates on reverse-scaffold generator

If you need to override ReverseScaffoldAllGenerator, more fields to customize are available.

  • Enable descending order in index page (descendingOrderForIndexPage)
  • Enable specifying connectionPoolName in generated model code (connectionPoolName)
  • Improve factoryName when specifying namespace
  • Enable omitting Edit/Delete links in index page (operationLinksInIndexPageRequired)
  • Enable specifying whitelist/blacklist for reverse-scaffold-all (targetTableNames, tableNamesToBeExcluded)
  • Stop creating commented migration files when skipDBMigration = true

Changes

2.1.2...2.2.0-RC1

  • [common] kuromoji from 6.0 to 6.1
  • [framework] skinny-micro from 1.0 to 1.1
  • [task] Enable descending order in index page (descendingOrderForIndexPage)
  • [task] Enable specifying connectionPoolName in generated model code (connectionPoolName)
  • [task] Improve factoryName when specifying namespace
  • [task] Enable omitting Edit/Delete links in index page (operationLinksInIndexPageRequired)
  • [task] Enable specifying whitelist/blacklist for reverse-scaffold-all (targetTableNames, tableNamesToBeExcluded)
  • [task] Stop creating commented migration files when skipDBMigration = true