* Add "merge_options" argument to the Merger.merge method, a more
generic replacement for the "meta" argument. "meta" argument still
works, however its use is now deprecated and it may be removed in a
future release. Third-party code that subclasses the Strategy class
and depends on the "meta" argument may need to be updated.
* Add arrayMergeByIndex merge strategy.