Skip to content

Latest commit

 

History

History
222 lines (171 loc) · 7.74 KB

VERSION_HISTORY.md

File metadata and controls

222 lines (171 loc) · 7.74 KB

VERSION HISTORY

  • 0.0.1.SNAPSHOT

    • [ADD] Initial version.
  • 0.1.0.RELEASE

    • [ADD] Release version.
  • 0.2.0.RELEASE

    • [ADD] Add https.
    • [MOD] Change authorities to resources.
    • [FIX] Fix some bugs.
  • 0.2.1.RELEASE

    • [ADD] Add name to Resource PO.
    • [MOD] Change getAuthorities().
    • [MOD] Change import.sql.
  • 0.3.0.RELEASE

    • [ADD] Add /bo, /enums, /exception.
    • [ADD] Add UserService and its implement.
  • 0.3.1.RELEASE

    • [ADD] Add refresh token usage.
    • [MOD] Modify build.gradle.
  • 0.3.2.RELEASE

    • [ADD] Add SystemRuntimeException and UnknownException.
    • [FIX] Fix some hidden bugs.
  • 0.4.0.RELEASE

    • [ADD] Add RSA signature.(You can generate your own RSA key pair with ssh-keygen, or get it in GenerateRSAKeyPair.
  • 0.4.1.RELEASE

    • [ADD] Add LogUtils to trace info, warn, debug, error.
  • 0.4.2.RELEASE

    • [MOD] Optimize some codes.
  • 0.4.3.RELEASE

  • 0.4.4.RELEASE

    • [FIX] Fix the error: "Could not find or load main class org.gradle.wrapper.GradleWrapperMain." Add gradle-wrapper.jar Thanks cbweixin for reminding me.
  • 0.5.0.RELEASE

    • [ADD] Add package of RESTFul parameters.
    • [MOD] Extract the elements with similar return results and integrate them into one --> ResultHelper;
    • [MOD] Extract the elements with similar signature and integrate them into one --> SignHelper;
    • [MOD] Optimize error of services, implements, controllers.
  • 0.5.1.RELEASE

    • [ADD] Add success result response to ResultHelper;
    • [MOD] Optimize error of user service and controller.
    • [MOD] Update Spring Boot to 2.0.7.RELEASE
    • [FIX] Fix the signature bugs, and changes the test sign.
  • 0.6.0.RELEASE

    • [ADD] Add Maven support.
  • 0.7.0.RELEASE

    • [ADD] Add MySql support.
  • 0.8.0.RELEASE

    • [ADD] Add CRUD of user, role, group, resource.
    • [ADD] Add some components, constants, exceptions.
    • [ADD] Add Seed.
  • 0.8.1.RELEASE

    • [MOD] Modify table's name.
  • 0.8.2.RELEASE

  • 0.8.3.RELEASE

    • [ADD] Add show all resources in page.
    • [ADD] Add log resource, hide the update & delete interface.
    • [MOD] Extract the elements with similar xxxsVO into one -> ObjectsVO.
  • 0.8.4.RELEASE

    • [ADD] Add valid flag. When you don't want to delete something, you can set the valid flag to 'invalid'.
    • [ADD] Add RepositoryWithoutDelete to hide delete interface.
  • 0.8.5.RELEASE

    • [ADD] Add @CurrentUser, annotate param with it can get current login user.
    • [ADD] Add some error comments.
    • [MOD] Separate the SignField to SignField and ValidationField.
  • 0.9.0.RELEASE

  • 0.9.1.RELEASE

    • [ADD] Use @Valid and BindingResult to validate param.
    • [MOD] Modify the ValidateHelper.
    • [DEL] Remove the @ValidateField.
  • 0.9.2.RELEASE

    • [ADD] Add PostgreSQL support.
    • [MOD] Change project to DDD.
  • 0.9.3.RELEASE

    • [MOD] Change the log of login.
    • [FIX] Fix antMatcher bug.
    • [DEL] Delete some outdated classes and codes.
  • 0.9.4.RELEASE

    • [ADD] Add login with authorization_code.
  • 0.9.5.RELEASE

    • [ADD] Add devtools support.
    • [MOD] Replace commons-logging with slf4j.
  • 0.9.6.RELEASE

    • [MOD] Improve the performance of Spring Boot.
      • [DEL] Remove JmxAutoConfiguration.class and WebSocketAutoConfiguration.class import.
      • [DEL] Remove spring-boot-starter-tomcat, replace with spring-boot-starter-undertow.
  • 0.9.7.RELEASE

    • [FIX] Fix some bugs.
    • [DEL] Delete redundant codes of domain.
    • [DEL] Delete update valid flag which is in the RepositoryWithoutDelete.
  • 0.10.0.RELEASE

    • [ADD] Add refresh token support.
    • [ADD] Add docker support.
    • [ADD] Add log.
    • [MOD] Change StringBuild to String.join
    • [FIX] Fix some bugs.
  • 0.10.1.RELEASE

    • [MOD] Modify VO.
    • [MOD] Modify domain, controller.
    • [MOD] Modify Transformer
    • [MOD] Modify ResultHelper
    • [FIX] Fix some bugs.
  • 0.10.2.RELEASE

    • [MOD] Change error style to google error style.
    • [MOD] Modify transaction.
    • [MOD] Optimize codes.
    • [FIX] Fix bugs.
  • 0.10.3.RELEASE

    • [ADD] Add Optional for PO.
    • [MOD] Optimize codes.
    • [FIX] Fix bug of error error_description.
  • 0.11.1.RELEASE

    • [MOD] Use Stream and Optional.
    • [FIX] Fix sequence bug.
  • 0.11.2.RELEASE

    • [MOD] Modify #showAll(), #showPage()
    • [MOD] Modify README.
  • 0.12.1.RELEASE

  • 0.12.2.RELEASE

    • [DEL] Delete redundant error.
    • [FIX] Fix some bugs.
  • 0.13.0.RELEASE

    • [ADD] ADD NotNullField
    • [MOD] Modify validate helper and BaseDomain.
    • [FIX] Fix bugs.
  • 0.13.1.RELEASE

    • [ADD] Add init.sql;
    • [MOD] Modify base domain.
  • 0.13.2.RELEASE

    • [FIX] Fix validate bugs.
    • [FIX] Fix update bugs.
    • [FIX] Fix valid bugs.
  • 0.14.0.RELEASE

    • [MOD] Upgrade spring boot to 1.4.x
  • 0.14.1.RELEASE

    • [MOD] Change param null validate.
  • 0.14.2.RELEASE

    • [MOD] Modify build.gradle, application.properties, init.sql, logback.xml.
    • [MOD] Regenerate pom.xml
    • [MOD] Replace deprecated APIs.
    • [DEL] Delete Seed.
  • 0.15.0.RELEASE

    • [MOD] Change java.util.date to java.time
  • 0.16.0.RELEASE

    • [MOD] Change custom response to standard response entity.
    • [MOD] Change ResultVO -> ErrorVO.
    • [DEL] Remove some useless codes.
  • 0.16.1.RELEASE

    • [DEL] Remove successResp().
  • 0.16.2.RELEASE

    • [DEL] Delete useless param of get access token request in read me.
    • [FIX] Fix typo error in init.sql.
  • 0.16.3.RELEASE

    • [MOD] Modify generate pom task in build.gradle.
    • [DEL] Delete fastjson.
  • 0.17.0.RELEASE

    • [MOD] Add login valid.
  • 0.17.1.RELEASE

    • [MOD] Modify sequence generator.