-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adrian Salceanu
committed
Aug 29, 2019
1 parent
1700418
commit ea5c923
Showing
14 changed files
with
532 additions
and
616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
# Changelog | ||
|
||
## v0.12.0 - 2019-08-29 | ||
|
||
* refactored to use Julia native logging | ||
* cleaned up new model file template | ||
* pretty printing of `DbId` types | ||
* removed shortcut types for the query API (**breaking**) | ||
* improved API for `all` selector, to support `limit` and `offset` | ||
* new configuration option `log_to_file::Bool` | ||
* cleaned up internal API | ||
* generator no longer creates standalone SearchLight apps files | ||
* API consolidation: renamed various methods from `_` to no `_`: `updatewith`, `createorupdateby`, `createorupdate`, `deleteall` (**breaking**) | ||
|
||
## v0.11.0 - 2019-08-22 | ||
|
||
* Renamed `SearchLight.db_init()` to `SearchLight.init()` **breaking** | ||
* Renamed `SearchLight.db_init()` to `SearchLight.init()` (**breaking**) | ||
* Internal API cleanup | ||
* `Settings` cleanup: removal of unused `log_highlight` and `log_rotate` fields **breaking** | ||
* `Settings` cleanup: removal of unused `log_highlight` and `log_rotate` fields (**breaking**) | ||
* dependencies update | ||
* fix an issue which caused `SearchLight.delete_all` to silently fail. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "SearchLight" | ||
uuid = "340e8cb6-72eb-11e8-37ce-c97ebeb32050" | ||
authors = ["Adrian Salceanu <[email protected]>"] | ||
version = "0.11.0" | ||
version = "0.12.0" | ||
|
||
[deps] | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
|
@@ -10,9 +10,9 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | |
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" | ||
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" | ||
LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1" | ||
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" | ||
MbedTLS = "739be429-bea8-5141-9913-cc70e7f3736d" | ||
Millboard = "39ec1447-df44-5f4c-beaa-866f30b4d3b2" | ||
MiniLogging = "f59402ec-0262-5707-a561-770af94bc5a6" | ||
MySQL = "39abe10b-433b-5dbd-92d4-e302a9df00cd" | ||
Nullables = "4d1e1d77-625e-5b40-9113-a560ec7a8ecd" | ||
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
ea5c923
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
ea5c923
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/3045
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via: