Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Apr 8, 2019
1 parent 23f36be commit 06e4735
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Version 6.0.0 (2019-04-08)

- For Analytics, added option to specify which column the mobile analytics should align to
- For Analytics, added option to not capitalize the variable names on mobile
- For Analytics, added option to not have a top level class on mobile
- For Strings, added a top level language object for Web
- For Strings, fixed spacing bug in Android
- For Strings, fixed percentages on iOS and Android
- For Strings, fixed formatted Strings on Web

## Version 5.2.0 (2018-12-03)

- Changed the duplicate verification for `AnalyticsStrand`s such that it needs to be the same key **and** the same type for it to be considered a duplicate
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2013-2018 Julien Guerinet
# Copyright 2013-2019 Julien Guerinet
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -16,7 +16,7 @@
#

# Project properties
weave_version=5.2.0
weave_version=6.0.0
artifact_name=weave
artifact_main_class=com.guerinet.weave.Weave
group=com.guerinet
Expand Down

0 comments on commit 06e4735

Please sign in to comment.