Skip to content

Commit ddb7999

Browse files
authored
Merge pull request #231 from StatelessStudio/v3.4.0
V3.4.0
2 parents bd77925 + eb52809 commit ddb7999

54 files changed

Lines changed: 1747 additions & 1088 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ typings/
6161
.next
6262

6363
# Build directory
64-
lib
64+
dist/
6565

6666
# Config
6767
local.config.json

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# PointyApi Changelog
22

3+
## [3.4.0]
4+
5+
### Additions
6+
- [Issue #195] addResource() should allow templating
7+
- [Issue #216] Add order string query to allow ordering by rand()
8+
- [Issue #217] Allow query fields to provide other fields as values
9+
10+
### Fixes
11+
- [Issue #225] Order by is case sensitive
12+
- [Issue #227] Cannot query by same key in multiple query types
13+
314
## [3.3.5] May-02-2021
415

516
### Fixes

0 commit comments

Comments
 (0)